Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building the plugin on Windows is difficult due to the long file paths #14

Open
clintirving opened this issue Aug 2, 2016 · 0 comments

Comments

@clintirving
Copy link

When building (via gradle) in Visual Studio Cordova, the paths for files in the freshdesk Mobihelp plugin exceed 240 characters which causes the build process to error.

The workaround seems to be to change the build directory for the plugin in build-extras.gradle by replacing

repositories { mavenCentral() }

with

repositories { buildDir = "C:/tmp/${rootProject.name}/${project.name}" mavenCentral() }

... which allows it to only just fit the filepaths within the 240 character limit.

It would be very nice if this just built out of the box though. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant