mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Update lombok version build. Disable Sponge and Nukkit builds.
This commit is contained in:
parent
4395ca06b4
commit
18e969227c
@ -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 New Issue
Block a user