Skip to content

Commit

Permalink
fix: fix build issues with plugin versions not compatible with java 21 (
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing authored Oct 8, 2024
1 parent 6164fc0 commit 226ac3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
plugins {
id 'base'
id 'pmd'
id 'com.diffplug.spotless' version '6.12.0'
id 'com.diffplug.spotless' version '6.21.0'
id 'com.github.hierynomus.license' version '0.16.1'
id 'com.github.spotbugs' version '5.0.13'
// The distribution plugin has been added to address the an issue with the copyGeneratedTar
Expand Down Expand Up @@ -200,7 +200,7 @@ subprojects { subproj ->
}

jacoco {
toolVersion = "0.8.8"
toolVersion = "0.8.12"
}

jacocoTestReport {
Expand Down Expand Up @@ -243,7 +243,7 @@ subprojects { subproj ->
excludeFilter = rootProject.file('spotbugs-exclude-filter-file.xml')
reportLevel = 'high'
showProgress = false
toolVersion = '4.7.3'
toolVersion = '4.8.2'
}

test {
Expand Down

0 comments on commit 226ac3b

Please sign in to comment.