Skip to content

Commit 1ad23c7

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents d9fbf60 + 57e7fb4 commit 1ad23c7

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fabric-loader = { group = "net.fabricmc", name = "fabric-loader", version.ref =
3232

3333
bstats = { module = "org.bstats:bstats-velocity", version.ref = "bstats" }
3434

35-
packetevents = { group = "com.github.retrooper", name = "packetevents-velocity", version = "2.6.0" }
35+
packetevents = { group = "com.github.retrooper", name = "packetevents-velocity", version = "2.7.0" }
3636
vpacketevents = { group = "io.github.4drian3d", name = "vpacketevents-api", version = "1.1.0" }
3737

3838
annotations = "org.jetbrains:annotations:26.0.1"

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-8.11-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencyResolutionManagement {
2525
}
2626

2727
plugins {
28-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
28+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
2929
id("org.spongepowered.gradle.plugin") version "2.2.0"
30-
id("fabric-loom") version "1.8.12"
30+
id("fabric-loom") version "1.9.2"
3131
}
3232

3333
include("signedvelocity-backend-common")

0 commit comments

Comments
 (0)