This is an automated email from the ASF dual-hosted git repository. ostinru pushed a commit to branch gradle-8-14-4 in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
commit ae517fda6ad47c6041a1b7f0b1489041e6cefbca Author: Nikolay Antonov <[email protected]> AuthorDate: Thu Apr 23 10:52:51 2026 +0500 bump lombok to support java 21 --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index dfc9772d..f8675182 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -24,7 +24,7 @@ buildscript { } plugins { - id "io.freefair.lombok" version "6.6.3" + id "io.freefair.lombok" version "8.14.4" id "org.springframework.boot" version "${springBootVersion}" apply false id 'io.spring.dependency-management' version '1.0.15.RELEASE' } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
