fix(client-java): keep Temurin 21 toolchain, auto-provision instead of bumping to 26

This commit is contained in:
Joseph Doherty
2026-06-01 07:20:04 -04:00
parent fe7d1ce1ec
commit ba82afe669
3 changed files with 6 additions and 5 deletions
+4
View File
@@ -9,6 +9,10 @@ pluginManagement {
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {