We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c761739 commit 1d37883Copy full SHA for 1d37883
.circleci/config.yml
@@ -250,9 +250,13 @@ workflows:
250
# - tests-java:
251
# name: jdk-21
252
# maven-image: "cimg/openjdk:21.0"
253
+# arg-line: "--add-opens=java.base/java.nio=ALL-UNNAMED"
254
+# - tests-java-arm64:
255
+# name: jdk-11-arm64
256
# arg-line: "--add-opens=java.base/java.nio=ALL-UNNAMED"
257
- tests-java-arm64:
258
name: jdk-11-arm64
259
+ maven-image: "cimg/openjdk:21.0"
260
arg-line: "--add-opens=java.base/java.nio=ALL-UNNAMED"
261
- deploy-snapshot:
262
requires:
0 commit comments