!6 add annotationProcessor with lombok

Merge pull request !6 from tangcent/chore/update_lombok
This commit is contained in:
makejava 2020-02-11 11:59:03 +08:00 committed by Gitee
commit 101ee9d344
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ repositories {
dependencies {
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.6'
testCompile group: 'junit', name: 'junit', version: '4.12'
compileOnly "org.projectlombok:lombok:1.18.0"
compileOnly "org.projectlombok:lombok:1.18.10"
annotationProcessor "org.projectlombok:lombok:1.18.10"
}
intellij {