Skip to content

Commit

Permalink
chore: gradle 8.7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Mar 23, 2024
1 parent d0317e6 commit 7ce2502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin-jvmtarget = "21"
kotlin-dsl-jvmtarget = "21"
kotlin-api-version = "1.9"
kotlin-lang-version = "2.0"
gradle = "8.7-rc-4"
gradle = "8.7"
java-vendor = "Oracle"
java-jvmArguments = "--enable-preview"
java-addModules = "jdk.incubator.vector"
Expand Down Expand Up @@ -82,7 +82,7 @@ kotlinx-coroutines = "1.8.1-Beta"
kotlinx-collections-immutable = "0.3.7"
kotlinx-cli = "0.3.6"
kotlinx-datetime = "0.6.0-RC.2"
kotlinx-lincheck = "2.28"
kotlinx-lincheck = "2.28.1"
kotlinx-benchmark = "0.4.8"
kotlinx-reflect-lite = "1.1.0"
kotlinx-io-jvm = "0.1.16"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-rc-4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 7ce2502

Please sign in to comment.