From 226ac3b5a3c0c15014c6ceb190a1f4ed957eac76 Mon Sep 17 00:00:00 2001 From: Ella Rohm-Ensing Date: Tue, 8 Oct 2024 13:38:28 -0700 Subject: [PATCH] fix: fix build issues with plugin versions not compatible with java 21 (#99) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 414f849..cbb4774 100644 --- a/build.gradle +++ b/build.gradle @@ -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 @@ -200,7 +200,7 @@ subprojects { subproj -> } jacoco { - toolVersion = "0.8.8" + toolVersion = "0.8.12" } jacocoTestReport { @@ -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 {