Skip to content

Commit

Permalink
Use a version of Wildfly core that does not fail applying the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed May 15, 2024
1 parent 81f24a4 commit 1f9463b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
<configuration>
<offline>true</offline>
<jbossHome>${project.build.directory}/wildfly-${version.wildfly}/</jbossHome>
<fail-on-error>false</fail-on-error>
<fail-on-error>true</fail-on-error>
<commands>
<command>patch apply ${project.build.directory}/hibernate-validator-modules-${project.version}-wildfly-${version.wildfly}-patch.zip</command>
</commands>
Expand Down

0 comments on commit 1f9463b

Please sign in to comment.