Skip to content

Commit 4ac92f6

Browse files
committed
Updated dependencies
1 parent 088a894 commit 4ac92f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("java")
3-
id("io.papermc.paperweight.userdev") version "2.0.0-beta.17"
3+
id("io.papermc.paperweight.userdev") version "2.0.0-beta.18"
44
}
55

66
group = "de.pascalpex"
@@ -16,18 +16,18 @@ repositories {
1616
}
1717

1818
dependencies {
19-
testImplementation(platform("org.junit:junit-bom:5.13.0"))
19+
testImplementation(platform("org.junit:junit-bom:5.13.4"))
2020
testImplementation("org.junit.jupiter:junit-jupiter")
2121
compileOnly("me.clip:placeholderapi:2.11.6")
22-
paperweight.paperDevBundle("1.21.5-R0.1-SNAPSHOT")
22+
paperweight.paperDevBundle("1.21.8-R0.1-SNAPSHOT")
2323
}
2424

2525
java {
2626
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
2727
}
2828

2929
tasks.assemble {
30-
dependsOn(tasks.reobfJar)
30+
dependsOn(tasks.jar)
3131
}
3232
tasks.test {
3333
useJUnitPlatform()

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

0 commit comments

Comments
 (0)