File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
- uses : actions/checkout@v2
14
14
with :
15
15
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- - name : Set up JDK 11
17
- uses : actions/setup-java@v1
16
+ - name : Set up JDK
17
+ uses : actions/setup-java@v3
18
18
with :
19
- java-version : 11
19
+ java-version : 17
20
20
- name : Cache SonarCloud packages
21
21
uses : actions/cache@v1
22
22
with :
Original file line number Diff line number Diff line change 62
62
<maven-resources-plugin-version >3.3.0</maven-resources-plugin-version >
63
63
<maven-dependency-plugin-version >3.3.0</maven-dependency-plugin-version >
64
64
65
- <java .version.range>11 </java .version.range>
66
- <maven .version.range>[3.5.2 ,)</maven .version.range>
65
+ <java .version.range>17 </java .version.range>
66
+ <maven .version.range>[3.6.1 ,)</maven .version.range>
67
67
</properties >
68
68
69
69
<build >
Original file line number Diff line number Diff line change 17
17
<helidon .version>3.0.0</helidon .version>
18
18
<mainClass >com.oracle.wls.exporter.sidecar.Main</mainClass >
19
19
20
- <maven .compiler.source>11 </maven .compiler.source>
20
+ <maven .compiler.source>17 </maven .compiler.source>
21
21
<maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
22
22
<version .plugin.helidon>2.3.5</version .plugin.helidon>
23
23
</properties >
You can’t perform that action at this time.
0 commit comments