mirror of https://gitee.com/makejava/EasyCode.git
add annotationProcessor with lombok
This commit is contained in:
parent
d0f72c0d37
commit
1d47b908a6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue