gradle windows java.io.IOException: CreateProcess error=206, filename is too long
问题 A couple of solutions to the problem of the windows path being too long are present for gradle: Add classpath in manifest using Gradle "The filename or extension is too long error" using gradle However, it is unclear to me how to handle this in a multi project setup. Would all sub-projects with the application plugin require these changes? Could this also be specified in the init.gradle file? Also is there a better workaround? Apparently https://github.com/viswaramamoorthy/gradle-util-plugins