File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
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
66group = " de.pascalpex"
@@ -16,18 +16,18 @@ repositories {
1616}
1717
1818dependencies {
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
2525java {
2626 toolchain.languageVersion.set(JavaLanguageVersion .of(21 ))
2727}
2828
2929tasks.assemble {
30- dependsOn(tasks.reobfJar )
30+ dependsOn(tasks.jar )
3131}
3232tasks.test {
3333 useJUnitPlatform()
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments