소스 검색

Jenkins DSL: Also revert module-info.java files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890140 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_1_0
Dominik Stadler 3 년 전
부모
커밋
2d16d671d6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      jenkins/create_jobs.groovy

+ 2
- 2
jenkins/create_jobs.groovy 파일 보기

@@ -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%

Loading…
취소
저장