add annotationProcessor with lombok

This commit is contained in:
tangcent 2020-02-07 19:54:13 +08:00
parent d0f72c0d37
commit 1d47b908a6
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 {