Skip to content

Commit

Permalink
Check for a file to disable testing a specific Java level if the prop…
Browse files Browse the repository at this point in the history
…erty is defined rather than looking for a file to enable the profile.

Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Aug 7, 2024
1 parent c04e4c3 commit 19dbbce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@
<name>java11.home</name>
</property>
<file>
<exists>${basedir}/build-test-java11</exists>
<missing>${basedir}/disable-test-java11</missing>
</file>
</activation>
<build>
Expand Down Expand Up @@ -1334,7 +1334,7 @@
<name>java17.home</name>
</property>
<file>
<exists>${basedir}/build-test-java17</exists>
<missing>${basedir}/disable-test-java17</missing>
</file>
</activation>
<build>
Expand Down Expand Up @@ -1609,7 +1609,7 @@
<name>java21.home</name>
</property>
<file>
<exists>${basedir}/build-test-java21</exists>
<missing>${basedir}/disable-test-java21</missing>
</file>
</activation>
<build>
Expand Down

0 comments on commit 19dbbce

Please sign in to comment.