]> source.dussan.org Git - poi.git/commitdiff
quote typo
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 21 Feb 2022 23:10:45 +0000 (23:10 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 21 Feb 2022 23:10:45 +0000 (23:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898289 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 170503b1419f58c1501ccbf448a32250b3fb5fd0..cd5bba6682fae8b93fe5c5a50fa11c589d76107c 100644 (file)
@@ -383,9 +383,9 @@ poijobs.each { poijob ->
                     switches('-Dsonar.organization=apache')
                     switches('-Dsonar.projectKey=poi-parent')
                     switches('-Dsonar.host.url=https://sonarcloud.io')
-                    switches('-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}')
+                    switches("-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}")
                     if (jdkMapping.get(jdkKey).jdkVendor != '') {
-                        switches('-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}')
+                        switches("-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}")
                     }
                     tasks('clean')
                     tasks('check')
@@ -438,9 +438,9 @@ poijobs.each { poijob ->
                         if (poijob.saxonTest) {
                             switches('-Psaxon.test=true')
                         }
-                        switches('-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}')
+                        switches("-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}")
                         if (jdkMapping.get(jdkKey).jdkVendor != '') {
-                            switches('-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}')
+                            switches("-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}")
                         }
                     }
                 } else {
@@ -581,9 +581,9 @@ xmlbeansjobs.each { xjob ->
                     switches('-Dsonar.organization=apache')
                     switches('-Dsonar.projectKey=apache_xmlbeans')
                     switches('-Dsonar.host.url=https://sonarcloud.io')
-                    switches('-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}')
+                    switches("-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}")
                     if (jdkMapping.get(jdkKey).jdkVendor != '') {
-                        switches('-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}')
+                        switches("-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}")
                     }
                 }
                 tasks('clean')