File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
oci_devops_build_with_graalenterprise
oci_devops_graalee_micronaut Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 17
17
<maven .compiler.source>17</maven .compiler.source>
18
18
<maven .compiler.target>17</maven .compiler.target>
19
19
<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>
21
21
</properties >
22
22
23
23
<dependencies >
Original file line number Diff line number Diff line change 10
10
# However, PATH can be changed in a build step and the change is visible in subsequent steps.
11
11
TAG : " mn-hello-ni:0.0.1"
12
12
APP_FILE : " MnHelloRest"
13
+ # # TEMPORARY WORKAROUND FOR GVME 22.2
14
+ USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM : false
13
15
14
16
# exportedVariables are made available to use as parameters in sucessor Build Pipeline stages
15
17
# For this Build to run, the Build Pipeline needs to have a BUILDRUN_HASH parameter set
Original file line number Diff line number Diff line change 13
13
# However, PATH can be changed in a build step and the change is visible in subsequent steps.
14
14
TAG : " mn-hello-ni:0.0.1"
15
15
APP_FILE : " MnHelloRest"
16
+ # # TEMPORARY WORKAROUND FOR GVME 22.2
17
+ USE_NATIVE_IMAGE_JAVA_PLATFORM_MODULE_SYSTEM : false
16
18
17
19
# exportedVariables are made available to use as parameters in sucessor Build Pipeline stages
18
20
# For this Build to run, the Build Pipeline needs to have a BUILDRUN_HASH parameter set
You can’t perform that action at this time.
0 commit comments