We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ac25d commit 7fa0332Copy full SHA for 7fa0332
1 file changed
.github/workflows/ci.yaml
@@ -71,15 +71,15 @@ jobs:
71
- uses: actions/setup-java@v4
72
with:
73
distribution: temurin
74
- java-version: 11
+ java-version: 17
75
- run: java -version
76
- uses: actions/cache@v4
77
id: mvn-cache
78
79
path: ~/.m2/repository
80
key: ${{ runner.os }}-maven-unified-${{ steps.date.outputs.week_of_year }}
81
82
- - run: mvn -B -ntp com.coveo:fmt-maven-plugin:check
+ - run: mvn -B -ntp com.spotify.fmt:fmt-maven-plugin:check
83
- run: mvn -B -ntp checkstyle:check@checkstyle
84
enforcer:
85
runs-on: ubuntu-latest
0 commit comments