Fixed lombok plugin.

pull/180/head
ruibaby 2019-06-04 17:36:01 +08:00
parent 260412fb88
commit 7d833bad0f
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
plugins {
id 'org.springframework.boot' version '2.1.3.RELEASE'
id "io.freefair.lombok" version "3.1.4"
id 'java'
}
@ -24,6 +25,8 @@ configurations {
exclude module: 'spring-boot-starter-tomcat'
}
annotationProcessor
compileOnly {
extendsFrom annotationProcessor
}