File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments