viswaramamoorthy / gradle-util-plugins

Fix for windows gradle long classpath issue. Fixes JavaExec tasks that error out with message "CreateProcess error=206, The filename or extension is too long"
MIT License
90 stars 9 forks source link

README.md #3

Open gastendonk opened 6 years ago

gastendonk commented 6 years ago

typo in ./gradelw build

must be ./gradlew build

gastendonk commented 6 years ago

I did not manage to get the plugin up and running. I use the assemble task. I have now used the solution from https://stackoverflow.com/a/32089746/3478021 instead.

eshepelyuk commented 6 years ago

@gastendonk I believe you're trying to use the plugin for running start.bat produced by assemble task ?

gastendonk commented 6 years ago

Sorry, I can't give you more info.

eshepelyuk commented 6 years ago

@gastendonk So why opening an issue if you ain't willing to give steps to reproduce ? Plugins works just fine for JavaExec, moreover it will support Test tasks after #5 approval.