File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ commands:
2929 default : ' single'
3030 steps :
3131 - run :
32- environment :
33- DOCKER_IMAGE : <<parameters.docker-img>>
3432 name : Start Database
3533 command : ./docker/start_db.sh
34+ environment :
35+ DOCKER_IMAGE : <<parameters.docker-img>>
3636 mvn-info :
3737 parameters :
3838 working_directory :
@@ -100,6 +100,9 @@ commands:
100100 - run :
101101 name : Release to Apache Maven Central
102102 command : mvn -s .circleci/maven-release-settings.xml -Dmaven.test.skip=true nexus-staging:release
103+ environment :
104+ MAVEN_OPTS : " --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"
105+
103106
104107executors :
105108 j17 :
You can’t perform that action at this time.
0 commit comments