Update plugin org.gradle.toolchains.foojay-resolver-convention to v1

This commit is contained in:
2025-11-14 15:03:27 +00:00
parent caa59cd72f
commit 6b66a66b15

View File

@@ -1,6 +1,6 @@
plugins { plugins {
// Applies the foojay-resolver plugin to allow automatic download of JDKs. // Applies the foojay-resolver plugin to allow automatic download of JDKs.
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0" id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
} }
// A list of which subprojects to load as part of the same larger project. // A list of which subprojects to load as part of the same larger project.
// You can remove Strings from the list and reload the Gradle project // You can remove Strings from the list and reload the Gradle project