1
0

revert gradle version to 8.10.2

This commit is contained in:
Jannik Reimers 2024-11-28 04:26:40 +01:00
parent 1a22b39430
commit f5270e3eb7
Signed by: jansel
GPG Key ID: 39C62D7D5233CFD0
3 changed files with 3 additions and 3 deletions

View File

@ -89,6 +89,6 @@ docker {
}
tasks.wrapper {
gradleVersion = "8.11.1"
gradleVersion = "8.10.2"
distributionType = Wrapper.DistributionType.BIN
}

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View File

@ -13,8 +13,8 @@ pluginManagement {
gradlePluginPortal()
mavenCentral()
maven("https://snapshots-repo.kordex.dev")
maven("https://releases-repo.kordex.dev")
maven("https://snapshots-repo.kordex.dev")
}
}