We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be759d commit 8b23558Copy full SHA for 8b23558
.github/workflows/ci.yaml
@@ -104,7 +104,7 @@ jobs:
104
- uses: actions/setup-java@v4
105
with:
106
distribution: temurin
107
- java-version: 11
+ java-version: 17
108
- run: java -version
109
- run: .kokoro/build.sh
110
env:
.kokoro/build.sh
@@ -54,7 +54,7 @@ test)
54
RETURN_CODE=$?
55
;;
56
lint)
57
- mvn com.coveo:fmt-maven-plugin:check
+ mvn com.spotify.fmt:fmt-maven-plugin:check
58
59
60
javadoc)
0 commit comments