Skip to content

Commit

Permalink
[Build] Inline 'jdk9-or-newer' profile because JDK9+ is now inevitable
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jan 5, 2025
1 parent 6e82146 commit 53a6856
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<!-- platform/OS specific JVM args -->
<surefire.platformSystemProperties></surefire.platformSystemProperties>
<!-- properties related to Java modules on Java 9+ -->
<surefire.moduleProperties></surefire.moduleProperties>
<surefire.moduleProperties>--add-modules=ALL-SYSTEM</surefire.moduleProperties>
<!-- system specific JVM args; if needed provided by system properties to the build command -->
<surefire.systemProperties></surefire.systemProperties>
<java.version>17</java.version>
Expand Down Expand Up @@ -1106,15 +1106,6 @@
</properties>
</profile>

<profile>
<id>jdk9-or-newer</id>
<activation>
<jdk>[9,)</jdk>
</activation>
<properties>
<surefire.moduleProperties>--add-modules=ALL-SYSTEM</surefire.moduleProperties>
</properties>
</profile>
<profile>
<id>javadoc</id>
<build>
Expand Down

0 comments on commit 53a6856

Please sign in to comment.