File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313group = " me.machinemaker"
14- version = " 0.7.1 "
14+ version = " 0.7.2 "
1515
1616repositories {
1717 mavenCentral()
@@ -26,6 +26,7 @@ dependencies {
2626
2727 testImplementation(libs.junit.api)
2828 testRuntimeOnly(libs.junit.engine)
29+ testRuntimeOnly(libs.junit.platform)
2930}
3031
3132java {
@@ -76,7 +77,7 @@ tasks {
7677 systemProperty(" com.mojang.eula.agree" , " true" )
7778
7879 downloadPlugins {
79- url( " https://download. luckperms.net/1543/bukkit/loader/LuckPerms-Bukkit-5.4.130.jar " )
80+ modrinth( " luckperms" , " v5.4.145-bukkit " )
8081 }
8182 }
8283
Original file line number Diff line number Diff line change 11[versions ]
2- minecraft = " 1.21.3 "
2+ minecraft = " 1.21.4 "
33junit = " 5.11.4"
44mirror = " 0.2.0"
55reflectionRemapper = " 0.1.1"
66
7- paperweight = " 1.7.2 "
7+ paperweight = " 2.0.0-beta.8 "
88runPaper = " 2.3.1"
99shadow = " 8.3.5"
1010spotless = " 7.0.0.BETA4"
1111
1212[libraries ]
1313junit-api = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " junit" }
1414junit-engine = { module = " org.junit.jupiter:junit-jupiter-engine" , version.ref = " junit" }
15+ junit-platform = { module = " org.junit.platform:junit-platform-launcher" }
1516mirror = { module = " me.machinemaker.mirror:mirror-paper" , version.ref = " mirror" }
1617reflectionRemapper = { module = " xyz.jpenilla:reflection-remapper" , version.ref = " reflectionRemapper" }
1718
You can’t perform that action at this time.
0 commit comments