Skip to content

Commit 4daffcc

Browse files
authored
Added workaround for GVME 22.2
Will revert once Micronaut releases 3.6 next week.
1 parent 1570db6 commit 4daffcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oci-build-examples/oci_devops_graalee_micronaut/build_spec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ env:
1010
# However, PATH can be changed in a build step and the change is visible in subsequent steps.
1111
TAG: "mn-hello-ni:0.0.1"
1212
APP_FILE: "MnHelloRest"
13+
## TEMPORARY WORKAROUND FOR GVME 22.2
14+
USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM: false
1315

1416
# exportedVariables are made available to use as parameters in sucessor Build Pipeline stages
1517
# For this Build to run, the Build Pipeline needs to have a BUILDRUN_HASH parameter set

0 commit comments

Comments
 (0)