Skip to content

Commit 8b23558

Browse files
chore: update linter groupd ID to the latest
Follows from googleapis/java-shared-config#1003
1 parent 7be759d commit 8b23558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions/setup-java@v4
105105
with:
106106
distribution: temurin
107-
java-version: 11
107+
java-version: 17
108108
- run: java -version
109109
- run: .kokoro/build.sh
110110
env:

.kokoro/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test)
5454
RETURN_CODE=$?
5555
;;
5656
lint)
57-
mvn com.coveo:fmt-maven-plugin:check
57+
mvn com.spotify.fmt:fmt-maven-plugin:check
5858
RETURN_CODE=$?
5959
;;
6060
javadoc)

0 commit comments

Comments
 (0)