Skip to content

Commit 6dd3b33

Browse files
authored
Make 5.x JDK 17 compliant again (#348)
1 parent 0ee0e8c commit 6dd3b33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up JDK 25
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v2
1919
with:
20-
java-version: '25'
20+
java-version: '17'
2121
distribution: 'temurin'
2222
- name: Build with Maven
2323
run: ./mvnw --batch-mode clean verify

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<jgit.version>5.13.1.202206130422-r</jgit.version>
2929
<jacoco.version>0.8.13</jacoco.version>
3030
<takari-plugin-testing.version>3.1.1</takari-plugin-testing.version>
31-
<google-java-format.version>1.35.0</google-java-format.version>
31+
<google-java-format.version>1.28.0</google-java-format.version>
3232
</properties>
3333

3434
<modules>

0 commit comments

Comments
 (0)