mirror of https://github.com/halo-dev/halo
Fixed lombok plugin.
parent
260412fb88
commit
7d833bad0f
|
@ -1,5 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'org.springframework.boot' version '2.1.3.RELEASE'
|
id 'org.springframework.boot' version '2.1.3.RELEASE'
|
||||||
|
id "io.freefair.lombok" version "3.1.4"
|
||||||
id 'java'
|
id 'java'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,6 +25,8 @@ configurations {
|
||||||
exclude module: 'spring-boot-starter-tomcat'
|
exclude module: 'spring-boot-starter-tomcat'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
annotationProcessor
|
||||||
|
|
||||||
compileOnly {
|
compileOnly {
|
||||||
extendsFrom annotationProcessor
|
extendsFrom annotationProcessor
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue