Skip to content

Commit

Permalink
#1739 java9 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 28, 2024
1 parent 1fdb928 commit b1988b8
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 @@ -44,4 +44,5 @@ release:
gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg
mvn versions:set "-DnewVersion=${tag}" --settings ../settings.xml
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 clean deploy -Pcactoos -Pqulice -Psonatype --errors --settings ../settings.xml

0 comments on commit b1988b8

Please sign in to comment.