Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add foojay-resolver-convention plugin (#905)
See https://github.com/gradle/foojay-toolchains. With this plugin, if relevant toolchains are not present on the local machine (e.g., for JDK 8 or JDK 21), Gradle will automatically download an appropriate distribution and place it in the local Gradle cache. This plugin is officially supported by Gradle, so I think it's safe to add. Without this plugin, new contributors may run into issues running basic commands like `./gradlew compileJava` since it requires multiple JDKs to be installed in order to succeed.
- Loading branch information