Gradle 6.7 introduces Java toolchain support, allowing developers to declare a single Java version for their entire project build. Gradle automatically detects installed JDKs or downloads the required version from AdoptOpenJDK if not found. This eliminates the need to manually configure individual tasks like compilation,

5m read timeFrom blog.gradle.org
Post cover image
Table of contents
Table of ContentsIntroductionIntroducing Java toolchains support #Further benefits of toolchain usage #What’s next for toolchains? #Discuss

Sort: