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
John Niang 2023-11-13 11:08:09 +08:00 committed by GitHub
parent 9963ad359c
commit 841aa96e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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"