File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
oci-build-examples/oci_devops_graalee_micronaut Expand file tree Collapse file tree 3 files changed +2
-6
lines changed 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
15
13
16
14
# exportedVariables are made available to use as parameters in sucessor Build Pipeline stages
17
15
# 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
18
16
19
17
# exportedVariables are made available to use as parameters in sucessor Build Pipeline stages
20
18
# 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 10
10
<parent >
11
11
<groupId >io.micronaut</groupId >
12
12
<artifactId >micronaut-parent</artifactId >
13
- <version >3.5.2 </version >
13
+ <version >3.6.0 </version >
14
14
</parent >
15
15
16
16
<properties >
17
17
<packaging >jar</packaging >
18
18
<jdk .version>17</jdk .version>
19
19
<release .version>17</release .version>
20
- <micronaut .version>3.5.2 </micronaut .version>
20
+ <micronaut .version>3.6.0 </micronaut .version>
21
21
<micronaut .runtime>netty</micronaut .runtime>
22
22
<exec .mainClass>com.example.Application</exec .mainClass>
23
23
</properties >
You can’t perform that action at this time.
0 commit comments