Snippets tagged “java-toolchain”
1 snippet uses this tag.
- How do I tell Gradle to use specific JDK version?Java
To specify the JDK version that Gradle should use, you can include the org.gradle.java.home property in the gradle.properties file in the root project directory.