Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2df0a8b8a4
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
@ -13,7 +13,7 @@ dependencies {
|
|||||||
compileOnly(libs.libby.core)
|
compileOnly(libs.libby.core)
|
||||||
|
|
||||||
testImplementation(libs.configurate.hocon)
|
testImplementation(libs.configurate.hocon)
|
||||||
testImplementation(platform("org.junit:junit-bom:5.10.0"))
|
testImplementation(platform("org.junit:junit-bom:5.10.1"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||||
testImplementation(libs.assertj)
|
testImplementation(libs.assertj)
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@ metadata.format.version = "1.1"
|
|||||||
|
|
||||||
velocity = "3.2.0-SNAPSHOT"
|
velocity = "3.2.0-SNAPSHOT"
|
||||||
paper = "1.20-R0.1-SNAPSHOT"
|
paper = "1.20-R0.1-SNAPSHOT"
|
||||||
miniplaceholders = "2.2.2"
|
miniplaceholders = "2.2.3"
|
||||||
fastlogin = "1.12-SNAPSHOT"
|
fastlogin = "1.12-SNAPSHOT"
|
||||||
authme = "5.6.0-SNAPSHOT"
|
authme = "5.6.0-SNAPSHOT"
|
||||||
libby = "1.3.0"
|
libby = "1.3.0"
|
||||||
@ -16,7 +16,7 @@ adventure = "4.14.0"
|
|||||||
blossom = "2.1.0"
|
blossom = "2.1.0"
|
||||||
geantyref = "1.3.13"
|
geantyref = "1.3.13"
|
||||||
indra = "3.1.3"
|
indra = "3.1.3"
|
||||||
runtask = "2.2.0"
|
runtask = "2.2.2"
|
||||||
vpacketevents = "1.1.0"
|
vpacketevents = "1.1.0"
|
||||||
luckperms = "5.4"
|
luckperms = "5.4"
|
||||||
|
|
||||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
@ -34,7 +34,7 @@ dependencies {
|
|||||||
implementation(libs.libby.velocity)
|
implementation(libs.libby.velocity)
|
||||||
implementation(libs.bstats.velocity)
|
implementation(libs.bstats.velocity)
|
||||||
|
|
||||||
testImplementation(platform("org.junit:junit-bom:5.10.0"))
|
testImplementation(platform("org.junit:junit-bom:5.10.1"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||||
testImplementation(libs.assertj)
|
testImplementation(libs.assertj)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user