Skip to content

Commit

Permalink
try to fix jdk17 build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Borchert-ISH committed Oct 6, 2022
1 parent 426c1d1 commit 0c61eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ pool: 'ubuntu-20.4-DS2_v2-adopt-adoptium-jdk'
variables:
M2_LOCAL_REPO: $(Pipeline.Workspace)/local-maven-repo
MAVEN_OPTS: '-Dmaven.repo.local=$(M2_LOCAL_REPO)'

# mitigation for https://issues.sonatype.org/browse/NEXUS-27902
JDK_JAVA_OPTIONS: '--add-opens java.base/java.util=ALL-UNNAMED'
# IOM Helm Chart
IOM_HELM_VERSION: 2.2.0
IOM_HELM_URL: https://intershop.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 0c61eda

Please sign in to comment.