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:
1313 - uses : actions/checkout@v2
1414 with :
1515 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
1818 with :
19- java-version : 11
19+ java-version : 17
2020 - name : Cache SonarCloud packages
2121 uses : actions/cache@v1
2222 with :
Original file line number Diff line number Diff line change 6262 <maven-resources-plugin-version >3.3.0</maven-resources-plugin-version >
6363 <maven-dependency-plugin-version >3.3.0</maven-dependency-plugin-version >
6464
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>
6767 </properties >
6868
6969 <build >
Original file line number Diff line number Diff line change 1717 <helidon .version>3.0.0</helidon .version>
1818 <mainClass >com.oracle.wls.exporter.sidecar.Main</mainClass >
1919
20- <maven .compiler.source>11 </maven .compiler.source>
20+ <maven .compiler.source>17 </maven .compiler.source>
2121 <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
2222 <version .plugin.helidon>2.3.5</version .plugin.helidon>
2323 </properties >
You can’t perform that action at this time.
0 commit comments