Revert "JDK 9: Disable JaCoCo until 0.7.8 is available"
This reverts commit 6852b207623ede42531ef76489b5eb8fcc625c7c. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
945656371a
commit
e835ca285b
4
java9.sh
4
java9.sh
@ -15,8 +15,6 @@ 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 \
|
||||
@ -24,7 +22,7 @@ ant \
|
||||
-Djava9addmods=-addmods \
|
||||
-Djava9addmodsvalue=java.xml.bind \
|
||||
-Djava.locale.providers=JRE,CLDR \
|
||||
-Dcoverage.enabled=false \
|
||||
-Dcoverage.enabled=true \
|
||||
-Dorg.apache.poi.util.POILogger=org.apache.poi.util.NullLogger \
|
||||
-Dhalt.on.test.failure=false \
|
||||
$*
|
||||
|
Loading…
Reference in New Issue
Block a user