Skip to content

Commit

Permalink
Remove experimental and jacoco skips from recent Java versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Sep 18, 2020
1 parent 3fb3e03 commit aa45da0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@
<sourcecode.test.version>1.7</sourcecode.test.version>
<bytecode.main.version>1.7</bytecode.main.version>
<bytecode.test.version>1.7</bytecode.test.version>
<jacoco.skip>true</jacoco.skip>
</properties>
</profile>
<!-- Runs the build with compatibility for Java 12 JVMs. -->
Expand All @@ -505,7 +504,6 @@
<sourcecode.test.version>1.7</sourcecode.test.version>
<bytecode.main.version>1.7</bytecode.main.version>
<bytecode.test.version>1.7</bytecode.test.version>
<jacoco.skip>true</jacoco.skip>
</properties>
</profile>
<!-- Runs the build with compatibility for Java 13 JVMs. -->
Expand All @@ -520,7 +518,6 @@
<sourcecode.test.version>1.7</sourcecode.test.version>
<bytecode.main.version>1.7</bytecode.main.version>
<bytecode.test.version>1.7</bytecode.test.version>
<jacoco.skip>true</jacoco.skip>
</properties>
</profile>
<!-- Runs the build with compatibility for Java 14 JVMs. -->
Expand All @@ -535,7 +532,6 @@
<sourcecode.test.version>1.7</sourcecode.test.version>
<bytecode.main.version>1.7</bytecode.main.version>
<bytecode.test.version>1.7</bytecode.test.version>
<jacoco.skip>true</jacoco.skip>
</properties>
</profile>
<!-- Runs the build with compatibility for Java 15 JVMs. -->
Expand All @@ -550,8 +546,6 @@
<sourcecode.test.version>8</sourcecode.test.version>
<bytecode.main.version>8</bytecode.main.version>
<bytecode.test.version>8</bytecode.test.version>
<jacoco.skip>true</jacoco.skip>
<bytebuddy.experimental>true</bytebuddy.experimental>
</properties>
</profile>
<!-- Runs the build with compatibility for Java 15 JVMs. -->
Expand Down

0 comments on commit aa45da0

Please sign in to comment.