Skip to content

Commit

Permalink
Remove jdk-8-classpath profile
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 11, 2021
1 parent 3b6bd3f commit 030a45e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -601,17 +601,6 @@
</build>

<profiles>
<profile>
<id>jdk-8-classpath</id>
<activation>
<!-- activate this on any JDK from 9 onwards -->
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
</properties>
</profile>

<profile>
<id>format</id>
<activation>
Expand Down

0 comments on commit 030a45e

Please sign in to comment.