]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: Also revert module-info.java files
authorDominik Stadler <centic@apache.org>
Sun, 23 May 2021 19:15:29 +0000 (19:15 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 23 May 2021 19:15:29 +0000 (19:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890140 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index e1559e9370ccf54d997367cc48243c376160198a..60b86aaea02fb0520b8ffe77bc98bd9ea646cc8c 100644 (file)
@@ -190,7 +190,7 @@ rm -rf examples excelant integrationtest main ooxml ooxml-schema scratchpad buil
 # show which files are currently modified in the working copy
 svn status || true
 # make sure no changed module-class-files are lingering on
-svn revert poi*/src/*/java9/module-info.class || true
+svn revert poi*/src/*/java9/module-info.* || true
 
 # print out information about which exact version of java we are using
 echo Java-Home: $JAVA_HOME
@@ -225,7 +225,7 @@ def shellCmdsWin =
 :: show which files are currently modified in the working copy
 svn status
 :: make sure no changed module-class-files are lingering on
-svn revert poi*\\src\\*\\java9\\module-info.class
+svn revert poi*\\src\\*\\java9\\module-info.*
 
 :: print out information about which exact version of java we are using
 echo Java-Home: %JAVA_HOME%