Skip to content

Commit

Permalink
Remove experimental property for non-experimental versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Dec 18, 2019
1 parent 9212ebc commit ba015f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@
<bytecode.main.version>1.7</bytecode.main.version>
<bytecode.test.version>1.7</bytecode.test.version>
<jacoco.skip>true</jacoco.skip>
<bytebuddy.experimental>true</bytebuddy.experimental>
</properties>
</profile>
<!-- Runs the build with compatibility for Java 13 JVMs. -->
Expand All @@ -522,7 +521,6 @@
<bytecode.main.version>1.7</bytecode.main.version>
<bytecode.test.version>1.7</bytecode.test.version>
<jacoco.skip>true</jacoco.skip>
<bytebuddy.experimental>true</bytebuddy.experimental>
</properties>
</profile>
<!-- Runs the build with compatibility for Java 14 JVMs. -->
Expand All @@ -538,7 +536,6 @@
<bytecode.main.version>1.7</bytecode.main.version>
<bytecode.test.version>1.7</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 ba015f7

Please sign in to comment.