File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 - name : Set up Maven Central Repository
1616 uses : actions/setup-java@v4
1717 with :
18- java-version : 23
18+ java-version : 17
1919 distribution : temurin
2020 server-id : central
2121 server-username : CENTRAL_TOKEN_USERNAME
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
15- - name : Set up JDK 23
15+ - name : Set up JDK 17
1616 uses : actions/setup-java@v4
1717 with :
18- java-version : 23
18+ java-version : 17
1919 distribution : temurin
2020 cache : maven
2121 - name : Check formatting with Spotless
Original file line number Diff line number Diff line change 4444 </issueManagement >
4545
4646 <properties >
47- <maven .compiler.source>23 </maven .compiler.source>
48- <maven .compiler.target>23 </maven .compiler.target>
47+ <maven .compiler.source>17 </maven .compiler.source>
48+ <maven .compiler.target>17 </maven .compiler.target>
4949 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5050
5151 <!-- Plugin versions -->
You can’t perform that action at this time.
0 commit comments