Skip to content

Commit

Permalink
overwrote license check fail, flyway.properties will throw an error
Browse files Browse the repository at this point in the history
  • Loading branch information
jszczesnyoa committed Apr 4, 2024
1 parent 81fba71 commit 74e6f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<basepom.release.profiles>basepom.oss-release,oss-build</basepom.release.profiles>

<basepom.check.skip-license>${basepom.check.skip-extended}</basepom.check.skip-license>
<basepom.check.fail-license>${basepom.check.fail-extended}</basepom.check.fail-license>
<basepom.check.fail-license>false</basepom.check.fail-license>
<basepom.check.skip-spotbugs>true</basepom.check.skip-spotbugs>
<project.build.targetJdk>11</project.build.targetJdk>
<maven.compiler.target>${project.build.targetJdk}</maven.compiler.target>
Expand Down

0 comments on commit 74e6f32

Please sign in to comment.