Skip to content

Commit

Permalink
Merge pull request #106 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 authored Sep 2, 2023
2 parents 0b22a13 + 1184381 commit 35fd0a4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ checkstyle = "10.12.2"
examination = "1.3.0"
fabricApi = "0.85.0+1.20.1"
fabricLoader = "0.14.21"
indra = "3.1.2"
indra = "3.1.3"
minecraft = "1.20.1"
parchment = "1.20.1:2023.07.16"
vineflower = "1.9.2"
spotless = "6.20.0"
spotless = "6.21.0"

[libraries]
adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure" }
Expand Down
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.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 2 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}

rootProject.name = "adventure-platform-fabric"

0 comments on commit 35fd0a4

Please sign in to comment.