Skip to content

Commit

Permalink
Update Lombok and Gradle plugins to support JDK-21
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Nov 27, 2023
1 parent 6181e8e commit 2d83ddb
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ buildscript {
plugins {
id 'com.netflix.nebula.ospackage' version "11.5.0"
id 'java'
id "io.freefair.lombok" version "8.0.1"
id "io.freefair.lombok" version "8.4"
id 'jacoco'
}

Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id 'jacoco'
id 'com.github.johnrengelman.shadow'
id 'maven-publish'
id 'com.diffplug.spotless' version '6.18.0'
id 'com.diffplug.spotless' version '6.23.0'
id 'signing'
}

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
}

lombok {
version = "1.18.28"
version = "1.18.30"
}

jacocoTestReport {
Expand Down
2 changes: 1 addition & 1 deletion memory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'java'
id 'jacoco'
id "io.freefair.lombok"
id 'com.diffplug.spotless' version '6.18.0'
id 'com.diffplug.spotless' version '6.23.0'
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions ml-algorithms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id 'java'
id 'jacoco'
id "io.freefair.lombok"
id 'com.diffplug.spotless' version '6.18.0'
id 'com.diffplug.spotless' version '6.23.0'
}

repositories {
Expand Down Expand Up @@ -68,7 +68,7 @@ dependencies {
}

lombok {
version = "1.18.28"
version = "1.18.30"
}

configurations.all {
Expand Down
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id "io.freefair.lombok"
id 'jacoco'
id 'java-library'
id 'com.diffplug.spotless' version '6.18.0'
id 'com.diffplug.spotless' version '6.23.0'
id 'checkstyle'
}

Expand All @@ -36,7 +36,7 @@ checkstyle {
}

lombok {
version = "1.18.28"
version = "1.18.30"
}

opensearchplugin {
Expand Down
2 changes: 1 addition & 1 deletion search-processors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'java'
id 'jacoco'
id "io.freefair.lombok"
id 'com.diffplug.spotless' version '6.18.0'
id 'com.diffplug.spotless' version '6.23.0'
}

repositories {
Expand Down

0 comments on commit 2d83ddb

Please sign in to comment.