Skip to content

Commit

Permalink
Merge pull request wildfly#18046 from RanabirChakraborty/WFLY-19518
Browse files Browse the repository at this point in the history
WFLY-19518 Nightly 'Standard - MP Certifications - JDK 11' CI job fails
  • Loading branch information
bstansberry authored Jul 15, 2024
2 parents 03995ce + dd133e8 commit 01de696
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testsuite/integration/microprofile-tck/certification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
<artifactId>maven-install-plugin</artifactId>
<executions><execution><id>default-install</id><phase>none</phase></execution></executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions><execution><id>require-java17-build</id><goals><goal>enforce</goal></goals><phase>none</phase></execution></executions>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 01de696

Please sign in to comment.