mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +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')
|
||||
}
|
||||
compile 'com.google.guava:guava:10.0'
|
||||
compileOnly 'org.projectlombok:lombok:1.16.18'
|
||||
compileOnly 'org.projectlombok:lombok:1.18.4'
|
||||
}
|
||||
clean {
|
||||
delete file("../target")
|
||||
|
@ -1,3 +1,3 @@
|
||||
rootProject.name = 'PlotSquared'
|
||||
|
||||
include 'Core', 'Bukkit', 'Nukkit', 'Sponge'
|
||||
include 'Core', 'Bukkit' // , 'Nukkit', 'Sponge'
|
||||
|
Loading…
Reference in New Issue
Block a user