mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
Update gradle lombok version for core
This commit is contained in:
parent
9485f82ea9
commit
d352804b5d
@ -6,11 +6,11 @@ dependencies {
|
|||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
compile 'org.yaml:snakeyaml:1.23'
|
compile 'org.yaml:snakeyaml:1.23'
|
||||||
compile 'com.google.code.gson:gson:2.8.5'
|
compile 'com.google.code.gson:gson:2.8.5'
|
||||||
compile("org.projectlombok:lombok:1.18.4")
|
compile("org.projectlombok:lombok:1.18.6")
|
||||||
compileOnly("org.projectlombok:lombok:1.18.4")
|
compileOnly("org.projectlombok:lombok:1.18.6")
|
||||||
testCompileOnly("org.projectlombok:lombok:1.18.4")
|
testCompileOnly("org.projectlombok:lombok:1.18.6")
|
||||||
annotationProcessor("org.projectlombok:lombok:1.18.4")
|
annotationProcessor("org.projectlombok:lombok:1.18.6")
|
||||||
testAnnotationProcessor("org.projectlombok:lombok:1.18.4")
|
testAnnotationProcessor("org.projectlombok:lombok:1.18.6")
|
||||||
|
|
||||||
compile 'com.github.Sauilitired:Jenkins4J:2.0-SNAPSHOT'
|
compile 'com.github.Sauilitired:Jenkins4J:2.0-SNAPSHOT'
|
||||||
compile 'com.squareup.okhttp3:okhttp:3.14.0'
|
compile 'com.squareup.okhttp3:okhttp:3.14.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user