Skip to content

Commit 4464205

Browse files
authored
Merge pull request #4310 from kubernetes-client/brendandburns-patch-16
Update style format workflow to use Java 17
2 parents 26aa8ef + dd6613e commit 4464205

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)