Upgrade to Gradle 8.2, Kotlinx coroutines 1.7.2, gradle nexus publish 2.0.0-rc-1. Enable configuration cache

This commit is contained in:
Edwin Jakobs
2023-07-03 12:26:17 +02:00
parent 7a4f0b163b
commit 21466277dd
2 changed files with 4 additions and 3 deletions

View File

@@ -4,12 +4,12 @@ kotlinLanguage = "1.8"
kotlin = "1.8.22" kotlin = "1.8.22"
jvmTarget = "11" jvmTarget = "11"
openrndr = { require = "[0.4.2, 0.5.0)" } openrndr = { require = "[0.4.2, 0.5.0)" }
kotlinxCoroutines = "1.7.0" kotlinxCoroutines = "1.7.2"
kotlinLogging = "3.0.0" kotlinLogging = "3.0.0"
kotlinxSerialization = "1.5.1" kotlinxSerialization = "1.5.1"
dokka = "1.7.10" dokka = "1.7.10"
nebulaRelease = "17.2.2" nebulaRelease = "17.2.2"
gradleNexusPublish = "1.3.0" gradleNexusPublish = "2.0.0-rc-1"
spek = "2.0.19" spek = "2.0.19"
boofcv = "0.43.1" boofcv = "0.43.1"
kluent = "1.73" kluent = "1.73"

View File

@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
networkTimeout=10000 networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
org.gradle.configuration-cache=true