Skip to content

Commit

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

0 comments on commit 7d50100

Please sign in to comment.