We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdb928 commit b1988b8Copy full SHA for b1988b8
.rultor.yml
@@ -44,4 +44,5 @@ release:
44
gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg
45
mvn versions:set "-DnewVersion=${tag}" --settings ../settings.xml
46
git commit -am "${tag}"
47
+ export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
48
mvn clean deploy -Pcactoos -Pqulice -Psonatype --errors --settings ../settings.xml
0 commit comments