File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2222 uses : actions/setup-java@v4
2323 with :
2424 distribution : ' temurin'
25- java-version : 17
25+ java-version : 21
2626 cache : ' maven'
2727 - name : Build with Maven
2828 run : ./mvnw verify
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 runs-on : ubuntu-22.04
1414 steps :
1515 - uses : actions/checkout@v4
16- - name : Set up JDK 17
16+ - name : Set up JDK
1717 uses : actions/setup-java@v4
1818 with :
1919 distribution : ' temurin'
20- java-version : 17
20+ java-version : 21
2121 cache : ' maven'
2222 server-id : ' central'
2323 server-username : CENTRAL_USERNAME
Original file line number Diff line number Diff line change 5353
5454 <properties >
5555 <revision >1.2.0-SNAPSHOT</revision >
56- <maven .compiler.source>17 </maven .compiler.source>
57- <maven .compiler.target>17 </maven .compiler.target>
56+ <maven .compiler.source>21 </maven .compiler.source>
57+ <maven .compiler.target>21 </maven .compiler.target>
5858 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5959 </properties >
6060
172172 <version >2.44.5</version >
173173 <configuration >
174174 <java >
175- <googleJavaFormat />
176- <importOrder />
177- <removeUnusedImports />
178- <formatAnnotations />
175+ <googleJavaFormat />
176+ <importOrder />
177+ <removeUnusedImports />
178+ <formatAnnotations />
179179 </java >
180- <pom />
180+ <pom />
181181 </configuration >
182182 <executions >
183183 <execution >
You can’t perform that action at this time.
0 commit comments