Skip to content

Commit

Permalink
Upgrade to Lombok gradle plugin 8.4 (#4849)
Browse files Browse the repository at this point in the history
#### 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
```
  • Loading branch information
JohnNiang authored Nov 13, 2023
1 parent 9963ad3 commit 841aa96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 841aa96

Please sign in to comment.