From bc05e2fdc41e0cdb7ad523d93585400e23d6f539 Mon Sep 17 00:00:00 2001 From: "taylor.smock" Date: Mon, 9 Oct 2023 19:21:06 +0000 Subject: [PATCH] See #23218: Fix check-plugins (hardcoded excludes for plugins with min Java versions > 8) Additional changes: * Tabs to spaces (SonarLint) * `check-plugins` can now be run on Java 20 (animal_sniffer does not yet support Java 21) git-svn-id: https://josm.openstreetmap.de/svn/trunk@18858 0c6e7542-c601-0410-84e7-c038aed88b3b --- build.xml | 107 +++++++++++++++++++++++++++++------------------------- 1 file changed, 57 insertions(+), 50 deletions(-) diff --git a/build.xml b/build.xml index 5c376a16774..b2cc61e3968 100644 --- a/build.xml +++ b/build.xml @@ -190,7 +190,7 @@ Build-Date: ${build.tstamp} - @@ -447,7 +447,8 @@ Build-Date: ${build.tstamp} + inclbootstrapclasses="${jacoco.inclbootstrapclasses}" inclnolocationclasses="${jacoco.inclnolocationclasses}" + property="jacocoagent@{testfamily}@{testITsuffix}" if:true="@{coverage}"/> @@ -456,48 +457,48 @@ Build-Date: ${build.tstamp} - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -640,7 +641,8 @@ Build-Date: ${build.tstamp} - + + @@ -675,13 +677,18 @@ Build-Date: ${build.tstamp} - - - - + - - + + + + + + + + + +