mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-03 13:38:21 +00:00
Update lombok version build. Disable Sponge and Nukkit builds.
This commit is contained in:
parent
4395ca06b4
commit
18e969227c
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ subprojects {
|
||||||
exclude(module: 'dummypermscompat')
|
exclude(module: 'dummypermscompat')
|
||||||
}
|
}
|
||||||
compile 'com.google.guava:guava:10.0'
|
compile 'com.google.guava:guava:10.0'
|
||||||
compileOnly 'org.projectlombok:lombok:1.16.18'
|
compileOnly 'org.projectlombok:lombok:1.18.4'
|
||||||
}
|
}
|
||||||
clean {
|
clean {
|
||||||
delete file("../target")
|
delete file("../target")
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
rootProject.name = 'PlotSquared'
|
rootProject.name = 'PlotSquared'
|
||||||
|
|
||||||
include 'Core', 'Bukkit', 'Nukkit', 'Sponge'
|
include 'Core', 'Bukkit' // , 'Nukkit', 'Sponge'
|
||||||
|
|
Loading…
Reference in a new issue