Package com.diffplug.gradle
Class JavaExecWinFriendly
java.lang.Object
com.diffplug.gradle.JavaExecWinFriendly
Thanks to Thipor Kong for his workaround for Gradle's windows problems.
https://discuss.gradle.org/t/javaexec-fails-for-long-classpaths-on-windows/15266
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecResultjavaExec(Project project, Action<JavaExecSpec> spec) Calls javaExec() in a way which is friendly with windows classpath limitations.static ExecResultCalls javaExec() in a way which is friendly with windows classpath limitations, and doesn't require gradle.
-
Field Details
-
LONG_CLASSPATH_JAR_PREFIX
- See Also:
-
-
Method Details
-
javaExec
Calls javaExec() in a way which is friendly with windows classpath limitations.- Throws:
IOException
-
javaExecWithoutGradle
Calls javaExec() in a way which is friendly with windows classpath limitations, and doesn't require gradle.- Throws:
IOException
-