I develop an app generation system that is regenerating apps by command line Gradle compilation commands.
In my Windows Server 2008, I\'m facing a problem after upda
Path length cause failure.
I defined
"-Dorg.gradle.user.home=%GRADLE_USER_HOME%"
in gradle run parameters and it solved the problem.