Skip to content

Commit 6a6a8fd

Browse files
chore: rollback to java 17
1 parent 3c97bc8 commit 6a6a8fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
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 -->

0 commit comments

Comments
 (0)