Skip to content

Commit eb78420

Browse files
authored
Workaround for GVME 22.2
Will remove the workaround once Micronaut releases 3.6 next week
1 parent 4daffcc commit eb78420

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_verbose.yaml

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

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

0 commit comments

Comments
 (0)