Skip to content

Commit 4e2c2eb

Browse files
authored
Merge pull request #31 from oracle-devrel/sachin-pikle-patch-1
GVME 22.2 updates - Native Maven Plugin 0.9.13 and Workaround for GVME 22.2/Micronaut
2 parents 0823c16 + eb78420 commit 4e2c2eb

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

oci-build-examples/oci_devops_build_with_graalenterprise/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<maven.compiler.source>17</maven.compiler.source>
1818
<maven.compiler.target>17</maven.compiler.target>
1919
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
20-
<native.maven.plugin.version>0.9.11</native.maven.plugin.version>
20+
<native.maven.plugin.version>0.9.13</native.maven.plugin.version>
2121
</properties>
2222

2323
<dependencies>

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

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)