JDK 9: Disable JaCoCo until 0.7.8 is available
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
725b502051
commit
8acbce749d
4
java9.sh
4
java9.sh
@ -15,6 +15,8 @@ ant -version
|
||||
# disable file-leak-detector: -Dfile.leak.detector=-Da=b \
|
||||
# option to try to avoid sigsev: -Djava9addarg=-XX:-PartialPeelLoop \
|
||||
|
||||
# disabled jacoco until we use 0.7.8, see https://github.com/jacoco/jacoco/pull/434
|
||||
|
||||
ant \
|
||||
-Duser.language=en \
|
||||
-Duser.country=US \
|
||||
@ -22,7 +24,7 @@ ant \
|
||||
-Djava9addmods=-addmods \
|
||||
-Djava9addmodsvalue=java.xml.bind \
|
||||
-Djava.locale.providers=JRE,CLDR \
|
||||
-Dcoverage.enabled=true \
|
||||
-Dcoverage.enabled=false \
|
||||
-Dorg.apache.poi.util.POILogger=org.apache.poi.util.NullLogger \
|
||||
-Dhalt.on.test.failure=false \
|
||||
$*
|
||||
|
Loading…
Reference in New Issue
Block a user