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 e0c60c0 commit 48854d6Copy full SHA for 48854d6
1 file changed
.rultor.yml
@@ -43,6 +43,6 @@ release:
43
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
44
mvn versions:set "-DnewVersion=${tag}" --batch-mode
45
git commit -am "${tag}"
46
- mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
47
export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
+ mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
48
mvn clean site-deploy -Psite --errors --settings ../settings.xml --batch-mode
0 commit comments