Skip to content

Commit dd6613e

Browse files
Update style format workflow to use Java 17
The newer version of Spotless requires at least Java 17.
1 parent 7ca191e commit dd6613e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-java@v5
2020
with:
2121
distribution: 'temurin'
22-
java-version: 11
22+
java-version: 17
2323
- name: Verify Format and License
2424
run: ./mvnw spotless:check
2525
build:

0 commit comments

Comments
 (0)