Skip to content

Commit

Permalink
Test compilations should obey release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Apr 2, 2024
1 parent dab4275 commit 8dd28fb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,16 @@
<release>11</release>
</configuration>
</execution>
<execution>
<id>default-testCompile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<release>11</release>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down Expand Up @@ -934,6 +944,16 @@
<release>17</release>
</configuration>
</execution>
<execution>
<id>default-testCompile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<release>17</release>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down Expand Up @@ -964,6 +984,16 @@
<release>21</release>
</configuration>
</execution>
<execution>
<id>default-testCompile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<release>21</release>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 8dd28fb

Please sign in to comment.