Originally, gradle windows java.io.IOException: CreateProcess error=206, filename is too long was a great solution. However, with gradle 5:
CollectionUtils.join(File.pathSeparator, classpath.getFiles())
fails with
unknown property 'CollectionUtils' type org.gradle.api.tasks.testing.Test
What would be a suitable fix for gradle 5.0?
At least for me: https://github.com/viswaramamoorthy/gradle-util-plugins/ also fails with the same error on gradle 5.0