remove “./buildSrc” from code base solves the daemon issue. It doesn’t matter which source language is used within “./buildSrc”, it is always compiled with a new worker daemon – that breaks the build on jdk-9
update Groovy from 2.4.7 to 2.4.10 solved groovy.lang.MissingMethodExceptions, like:
No signature of method: java.io.File.isFile() is applicable for argument types: () values: []
Is there a switch to prevent buildSrc being build by daemon?
Will Gradle 3.5 ship with a Groovy-all version that includes the fix for MissingMethodExceptions?