gradle-util-plugins icon indicating copy to clipboard operation
gradle-util-plugins copied to clipboard

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"

Results 6 gradle-util-plugins issues
Sort by recently updated
recently updated
newest added

I am still having issue with Long Classpath after applying the plugin java.io.IOException: Cannot run program "java": CreateProcess error=206, The filename or extension is too long at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at com.ford.auto.parallel.runtime.ParallelFeatureRunner.run(ParallelFeatureRunner.java:27)...

typo in ./gradelw build must be ./gradlew build

When I apply this plugin to my project, I get the following exception: ``` Caused by: org.gradle.api.InvalidUserDataException: Main class name has not been configured and it could not be resolved...

I had been using this plugin very successfully to work around Windows path length limitations in my Kotlin project, and was surprised when a clean checkout of my project failed...

The listener is applied at a global scope => it receives notifications from _all_ tasks in the multi-build. If two separate `build.gradle` files apply the plugin, two listeners are created...

Could you add support for `transformClassesWithDesugarFor.*` tasks as well? Based on this issue https://github.com/viswaramamoorthy/gradle-util-plugins/issues/1 a assume, the task is not handled by your plugin