File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed
Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88dependencies {
9- compileOnly(" de.eldoria" , " schematicbrushreborn-api" , " 2.7.3 " )
9+ compileOnly(" de.eldoria" , " schematicbrushreborn-api" , " 2.7.8 " )
1010 compileOnly(" org.spigotmc" , " spigot-api" , " 1.16.5-R0.1-SNAPSHOT" )
1111 compileOnly(" com.sk89q.worldedit" , " worldedit-bukkit" , " 7.3.9" )
1212 // PlotSquared Core API
Original file line number Diff line number Diff line change @@ -47,26 +47,14 @@ tasks {
4747 dependsOn(shadowJar)
4848 }
4949
50- register<Copy >(" copyToServer" ) {
51- val path = rootProject.property(" targetDir" ) ? : " " ;
52- if (path.toString().isEmpty()) {
53- println (" targetDir is not set in gradle properties" )
54- return @register
55- }
56- println (" Copying jar to $path " )
57- from(shadowJar)
58- into(path.toString())
59- rename{" gridselector.jar" }
60- }
61-
62- runServer {
50+ runServer {
6351 minecraftVersion(" 1.21.1" )
6452 downloadPlugins {
6553 url(" https://ci.athion.net/job/FastAsyncWorldEdit/lastSuccessfulBuild/artifact/artifacts/FastAsyncWorldEdit-Paper-2.12.4-SNAPSHOT-1013.jar" )
6654 url(" https://download.luckperms.net/1569/bukkit/loader/LuckPerms-Bukkit-5.4.152.jar" )
6755 }
6856
69- jvmArgs(" -Dcom.mojang.eula.agree=true" )
57+ jvmArgs(" -Dcom.mojang.eula.agree=true" )
7058 }
7159
7260}
You can’t perform that action at this time.
0 commit comments