Skip to content

Commit

Permalink
#204 java9 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 14, 2024
1 parent 7b20e03 commit d7d74c1
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 @@ -43,5 +43,6 @@ release:
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}" --batch-mode
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 -Pqulice,sonatype,jcabi -B -e -s ../settings.xml
mvn clean site-deploy -Psite -B -e -s ../settings.xml

0 comments on commit d7d74c1

Please sign in to comment.