Hi,
I noticed Gradle is making use of the new java Command-Line Argument Files which was a feature introduced in Java9.
https://docs.oracle.com/javase/9/tools/java.htm#JSWOR-GUID-4856361B-8BFD-4964-AE84-121F5F6CF111
Unfortunately, due to a bug in this feature, there are not uncommon cases where Gradle builds fail, and do not fail consistently. The JDK bug is reported here: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8208745
Please can you tell me whether there is a flag in gradle that I can set, to avoid using Command-Line Argument Files to pass the classpath to gradle workers?