File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,15 @@ repositories {
2121 maven(" https://maven.enginehub.org/repo/" )
2222 maven(" https://repo.papermc.io/repository/maven-public/" )
2323 maven(" https://repo.thenextlvl.net/releases" )
24+ maven(" https://repo.thenextlvl.net/snapshots" )
2425}
2526
2627dependencies {
2728 compileOnly(" com.fastasyncworldedit:FastAsyncWorldEdit-Core" )
2829 compileOnly(" com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit" ) { isTransitive = false }
2930 compileOnly(" io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT" )
31+
32+ compileOnly(" net.thenextlvl.core:paper:2.3.0-pre1" )
3033
3134 implementation(" net.thenextlvl.core:nbt:2.3.2" )
3235 implementation(" net.thenextlvl.core:files:3.0.0" )
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ repositories {
2828 maven(" https://repo.nexomc.com/snapshots" )
2929 maven(" https://repo.papermc.io/repository/maven-public/" )
3030 maven(" https://repo.thenextlvl.net/releases" )
31+ maven(" https://repo.thenextlvl.net/snapshots" )
3132}
3233
3334dependencies {
@@ -43,7 +44,7 @@ dependencies {
4344 implementation(" net.thenextlvl.core:files:3.0.0" )
4445 implementation(" net.thenextlvl.core:i18n:3.2.0" )
4546 implementation(" net.thenextlvl.core:nbt:2.3.2" )
46- implementation(" net.thenextlvl.core:paper:2.2.1 " )
47+ implementation(" net.thenextlvl.core:paper:2.3.0-pre1 " )
4748}
4849
4950tasks.shadowJar {
You can’t perform that action at this time.
0 commit comments