fix(build): update Foojay toolchain resolver for Gradle 9

This commit is contained in:
2026-06-03 11:46:07 +02:00
parent de55ea909f
commit 712b8b49e3
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ dependencies {
implementation 'commons-cli:commons-cli'
implementation project(':lib')
implementation project(':ext')
// might be removed if I move BC ops to the lib
testImplementation 'org.bouncycastle:bcpkix-jdk18on'
// might be removed if I move BC ops to the lib
testImplementation 'org.bouncycastle:bcpkix-jdk18on'
}
application {

View File

@@ -6,7 +6,7 @@ pluginManagement {
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}
rootProject.name = 'ZeroEcho'