Fix build for gradlew clean assemble build

This commit is contained in:
dordsor21
2018-12-21 13:38:28 +00:00
parent 8bc0bcd9e6
commit aaed3f622a
3 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'org.yaml:snakeyaml:1.16'
compile 'com.google.code.gson:gson:2.2.4'
compileOnly 'org.projectlombok:lombok:1.16.18'
compileOnly 'org.projectlombok:lombok:1.18.4'
}
sourceCompatibility = 1.8