mirror of https://github.com/halo-dev/halo
Upgrade to Lombok gradle plugin 8.4 (#4849)
#### What type of PR is this? /kind cleanup /area core /milestone 2.11.x #### What this PR does / why we need it: Upgrade to Lombok gradle plugin 8.4. See https://docs.freefair.io/gradle-plugins/8.4/reference/#_installation and https://docs.freefair.io/gradle-plugins/8.4/reference/#_system_requirements for more. #### Does this PR introduce a user-facing change? ```release-note 升级 Lombok Gradle 插件至 8.4 ```pull/4842/head^2
parent
9963ad359c
commit
841aa96e59
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java-library'
|
||||
id 'halo.publish'
|
||||
id "io.freefair.lombok" version "8.0.0-rc2"
|
||||
id "io.freefair.lombok" version "8.4"
|
||||
}
|
||||
|
||||
group = 'run.halo.app'
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
id 'java'
|
||||
id 'jacoco'
|
||||
id "de.undercouch.download" version "5.3.1"
|
||||
id "io.freefair.lombok" version "8.0.0-rc2"
|
||||
id "io.freefair.lombok" version "8.4"
|
||||
}
|
||||
|
||||
group = "run.halo.app"
|
||||
|
|
Loading…
Reference in New Issue