mirror of https://github.com/halo-dev/halo
Fixed lombok plugin.
parent
260412fb88
commit
7d833bad0f
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue