File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11plugins { id(" com.gradleup.shadow" ) version " 8.3.0" }
22
33group = rootProject.group
4- version = " 1.5 -CB"
4+ version = " 1.6 -CB"
55
66dependencies {
7- compileOnly(files(" lib/craftbukkit-1060.jar" ))
7+ compileOnly(files(" lib/craftbukkit-1060.jar" )) // Please use your own copy!
88 implementation(project(" :DSerial" ))
99}
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = rootProject.group
7- version = " 1.5 -Paper"
7+ version = " 1.6 -Paper"
88
99repositories {
1010 maven(" https://repo.papermc.io/repository/maven-public/" )
Original file line number Diff line number Diff line change 11plugins { id(" com.gradleup.shadow" ) version " 8.3.0" }
22
33group = rootProject.group
4- version = " 1.5 -Spigot"
4+ version = " 1.6 -Spigot"
55
66repositories {
77 maven(" https://hub.spigotmc.org/nexus/content/repositories/snapshots/" )
You can’t perform that action at this time.
0 commit comments