Idle timeout of gradle daemon always 60 seconds
When i start a gradle task inside IntelliJ, the idle timout of the gradle daemon is always set to 60 seconds
Is this a bug or a feature?
I have set org.gradle.daemon=true in the gradle.properties file, so i expect the same behaviour as if i use gradlew from the command line,
which is a idle timeout of 3 hours.
请先登录再写评论。