File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2020 uses : actions/setup-java@v2
2121 with :
2222 distribution : ' adopt'
23- java-version : ' 11 '
23+ java-version : ' 17 '
2424 - name : Cache Maven packages
2525 uses : actions/cache@v2
2626 with :
Original file line number Diff line number Diff line change 33# This workflow is triggered each time
44# commits are pushed to GitHub or a pull request is opened.
55# It launches three jobs in parallel : a build with java 8,
6- # a build with java 11 and a SonarCloud analysis.
6+ # a build with java 17 and a SonarCloud analysis.
77---
88name : Java CI
99
1313
1414 build :
1515 runs-on : ubuntu-latest
16- name : Java 11 CI
16+ name : Java 17 CI
1717 steps :
1818 - name : Check out repository code
1919 uses : actions/checkout@v2
2323 uses : actions/setup-java@v2
2424 with :
2525 distribution : ' adopt'
26- java-version : 11
26+ java-version : 17
2727 - name : Cache Maven packages
2828 uses : actions/cache@v2
2929 with :
4747 uses : actions/setup-java@v2
4848 with :
4949 distribution : ' adopt'
50- java-version : ' 11 '
50+ java-version : ' 17 '
5151 - name : Cache Maven packages
5252 uses : actions/cache@v2
5353 with :
Original file line number Diff line number Diff line change 66 <groupId >fr.cnes.sonar.plugins</groupId >
77 <artifactId >sonar-icode-cnes-plugin</artifactId >
88 <packaging >sonar-plugin</packaging >
9- <version >3.1.1 </version >
9+ <version >3.1.2 </version >
1010
1111 <name >Sonar i-Code CNES plugin</name >
1212
5656
5757 <properties >
5858 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59- <jdk .version>1.8 </jdk .version>
60- <jdk .min.version>11 </jdk .min.version>
61- <jdk .max.version>11 </jdk .max.version>
62- <maven .compiler.source>1.8 </maven .compiler.source>
63- <maven .compiler.target>1.8 </maven .compiler.target>
59+ <jdk .version>17 </jdk .version>
60+ <jdk .min.version>17 </jdk .min.version>
61+ <jdk .max.version>17 </jdk .max.version>
62+ <maven .compiler.source>17 </maven .compiler.source>
63+ <maven .compiler.target>17 </maven .compiler.target>
6464 <sonar .apiVersion>9.8.0.203</sonar .apiVersion>
6565 <sonar .testingHarnessVersion>9.5.0.56709</sonar .testingHarnessVersion>
6666 <sonar .apiImplVersion>9.9.1.69595</sonar .apiImplVersion>
You can’t perform that action at this time.
0 commit comments