Skip to content

Commit

Permalink
#207 java9 hack
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 2, 2024
1 parent acdeddf commit 35370d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ release:
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn --batch-mode verify -Pjacoco -Dinvoker.skip
mvn --batch-mode verify -Psonar -Dinvoker.skip -Dsonar.qualitygate.wait=true
export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
mvn clean deploy -Pxembly -Psonatype --errors --settings ../settings.xml
mvn clean site-deploy -Pxembly -Psite --errors --settings ../settings.xml -Dinvoker.skip || echo 'no site this time'

0 comments on commit 35370d6

Please sign in to comment.