Настройка CICD
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Struchkov Mark 2022-12-18 05:29:04 +03:00
parent c00c8f90a0
commit a509e4bc0f

View File

@ -225,7 +225,7 @@
<preparationGoals>clean install</preparationGoals> <preparationGoals>clean install</preparationGoals>
<tagNameFormat>v.@{project.version}</tagNameFormat> <tagNameFormat>v.@{project.version}</tagNameFormat>
<releaseProfiles>release,ossrh</releaseProfiles> <releaseProfiles>release,ossrh</releaseProfiles>
<pushChanges>false</pushChanges> <pushChanges>true</pushChanges>
<localCheckout>true</localCheckout> <localCheckout>true</localCheckout>
</configuration> </configuration>
</plugin> </plugin>