Skip to content

Commit

Permalink
Merge pull request #1105 from KyoriPowered/renovate/gradle-and-github…
Browse files Browse the repository at this point in the history
…-actions

chore(deps): Update gradle and github actions
  • Loading branch information
zml2008 committed Sep 6, 2024
2 parents c5d8342 + d60a4e4 commit fe18d7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ zJmh = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
[plugins]
indra-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
jmh = { id = "me.champeau.jmh", version.ref = "jmhPlugin" }
kotlin = "org.jetbrains.kotlin.jvm:2.0.0"
kotlin = "org.jetbrains.kotlin.jvm:2.0.20"
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit fe18d7e

Please sign in to comment.