Skip to content

Commit 12eec11

Browse files
committed
CI: fixed release workflow
1 parent 11c3e58 commit 12eec11

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

104107
executors:
105108
j17:

0 commit comments

Comments
 (0)