Skip to content

Commit d191665

Browse files
committed
chore: gradle 9.2.0-rc update
1 parent 815ee5d commit d191665

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.3"
88
kotlin-lang-version = "2.3"
9-
gradle = "9.1.0"
9+
gradle = "9.2.0-rc-1"
1010
java-vendor = "Oracle"
1111
java-jvmargs = "--enable-preview"
1212
java-addmodules = "jdk.incubator.vector"
@@ -95,7 +95,7 @@ jsch = "2.27.3"
9595
pty4j = "0.13.11"
9696
oshi = "6.9.0"
9797
junit = "6.0.0"
98-
koin = "4.1.1"
98+
koin = "4.1.2-Beta1"
9999
koin-annotations = "2.2.0-RC4"
100100
metro = "0.4.0"
101101
kotest = "6.0.3"
@@ -111,7 +111,7 @@ log4j = "3.0.0-beta3"
111111
jmh = "1.37"
112112
mrjar = "0.1.1"
113113
ktfmt = "0.58"
114-
google-javaformat = "1.28.0"
114+
google-javaformat = "1.29.0"
115115
palantir-javaformat = "2.75.0"
116116
google-auto-value = "1.11.0"
117117
google-auto-service = "1.1.1"
@@ -271,7 +271,7 @@ jextract = "1.0.0-beta-2"
271271
maven-plugin-api = "4.0.0-rc-4"
272272
maven-plugin-annotations = "3.15.1"
273273
gradlex-maven-plugin = "1.0.3"
274-
typesafe-conventions = "0.8.0"
274+
typesafe-conventions = "0.8.1"
275275

276276
# Repositories
277277
repo-mvn-central = "https://repo.maven.apache.org/maven2/"

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-rc-1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

plugins/settings/src/main/kotlin/dev.suresh.plugin.repos.settings.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ dependencyResolutionManagement {
6565

6666
// Enable back after the KMP Node.js repo fix.
6767
// repositoriesMode = RepositoriesMode.PREFER_SETTINGS
68+
69+
// versionCatalogs {
70+
// create("ktorLibs") {
71+
// from("io.ktor:ktor-version-catalog:${versionCatalog?.getString("ktor")}")
72+
// }
73+
// }
6874
}
6975

7076
@Suppress("UnstableApiUsage")

0 commit comments

Comments
 (0)