We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da985a commit f4d6df4Copy full SHA for f4d6df4
1 file changed
.rultor.yml
@@ -17,7 +17,7 @@ release:
17
pre: false
18
script: |-
19
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
20
- mvn versions:set "-DnewVersion=${tag}" --batch-mode
+ mvn -ntp versions:set "-DnewVersion=${tag}" --batch-mode
21
git commit -am "${tag}"
22
export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
23
mvn clean deploy -ntp -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
0 commit comments