Skip to content

Commit

Permalink
Speedup the release
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Oct 30, 2024
1 parent 71b863e commit 88eb52a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@
</profile>
<profile>
<id>release</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<properties>
<quarkus.build.skip>true</quarkus.build.skip>
<enforcer.skip>true</enforcer.skip>
Expand Down

0 comments on commit 88eb52a

Please sign in to comment.