fix(build): update Foojay toolchain resolver for Gradle 9
All checks were successful
Release / release (push) Successful in 1m16s
All checks were successful
Release / release (push) Successful in 1m16s
This commit is contained in:
@@ -10,8 +10,8 @@ dependencies {
|
|||||||
implementation 'commons-cli:commons-cli'
|
implementation 'commons-cli:commons-cli'
|
||||||
implementation project(':lib')
|
implementation project(':lib')
|
||||||
implementation project(':ext')
|
implementation project(':ext')
|
||||||
// might be removed if I move BC ops to the lib
|
// might be removed if I move BC ops to the lib
|
||||||
testImplementation 'org.bouncycastle:bcpkix-jdk18on'
|
testImplementation 'org.bouncycastle:bcpkix-jdk18on'
|
||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ pluginManagement {
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
// 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'
|
rootProject.name = 'ZeroEcho'
|
||||||
|
|||||||
Reference in New Issue
Block a user