Author: fanningpj
Date: Thu Dec 22 10:59:41 2022
New Revision: 1906161

URL: http://svn.apache.org/viewvc?rev=1906161&view=rev
Log:
try ant for jdk 20 build due to policeman issues

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: 
http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1906161&r1=1906160&r2=1906161&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Thu Dec 22 10:59:41 2022
@@ -461,7 +461,7 @@ poijobs.each { poijob ->
                 } else {
                     ant {
                         targets(['clean', 'jenkins'] + (poijob.properties ?: 
[]))
-                        prop('coverage.enabled', true)
+                        prop('coverage.enabled', !poijob.skipSpotbugs)
                         // Properties did not work, so I had to use targets 
instead
                         //properties(poijob.properties ?: '')
                         antInstallation(antRT)



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to