File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 restore-keys : |
2525 ${{ runner.os }}-maven-
2626
27- - name : Set up JDK 11
27+ - name : Set up JDK 17
2828 uses : actions/setup-java@v4
2929 with :
30- java-version : ' 11 '
30+ java-version : ' 17 '
3131 distribution : ' corretto'
3232
3333 - name : Build with Maven
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ checkstyle.header.file=config/header.txt
44checkstyle.regexp.header.file =config/regexp-header.txt
55checkstyle.importcontrol.file =config/import-control.xml
66checkstyle.importcontroltest.file =config/import-control-test.xml
7- checkstyle.java.version =11
7+ checkstyle.java.version =17
Original file line number Diff line number Diff line change 1515 <url >https://github.com/checkstyle/checkstyle-openrewrite-recipes</url >
1616
1717 <properties >
18- <maven .compiler.source>11 </maven .compiler.source>
19- <maven .compiler.target>11 </maven .compiler.target>
18+ <maven .compiler.source>17 </maven .compiler.source>
19+ <maven .compiler.target>17 </maven .compiler.target>
2020 <maven .compiler.plugin>3.11.0</maven .compiler.plugin>
2121 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2222
2828
2929 <!-- Checkstyle properties -->
3030 <maven .checkstyle.plugin.version>3.6.0</maven .checkstyle.plugin.version>
31- <checkstyle .version>10.25.0 </checkstyle .version>
31+ <checkstyle .version>10.26.1 </checkstyle .version>
3232 </properties >
3333
3434 <dependencyManagement >
6060 </dependency >
6161 <dependency >
6262 <groupId >org.openrewrite</groupId >
63- <artifactId >rewrite-java-11 </artifactId >
63+ <artifactId >rewrite-java-17 </artifactId >
6464 <version >${rewrite.version} </version >
6565 </dependency >
6666
You can’t perform that action at this time.
0 commit comments