Skip to content

Commit

Permalink
#4 java6 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 18, 2024
1 parent 48a2d5c commit 433d3fe
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 @@ -39,4 +39,5 @@ release:
mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never
git commit -am "${tag}"
mvn clean install -Dinvoker.skip
export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
mvn clean deploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never

0 comments on commit 433d3fe

Please sign in to comment.