Skip to content

Commit 48854d6

Browse files
committed
java9 fix
1 parent e0c60c0 commit 48854d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ release:
4343
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
4444
mvn versions:set "-DnewVersion=${tag}" --batch-mode
4545
git commit -am "${tag}"
46-
mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
4746
export MAVEN_OPTS="--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED"
47+
mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
4848
mvn clean site-deploy -Psite --errors --settings ../settings.xml --batch-mode

0 commit comments

Comments
 (0)