Skip to content

Commit 7fa0332

Browse files
chore: update formatter to the latest
1 parent 54ac25d commit 7fa0332

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ jobs:
7171
- uses: actions/setup-java@v4
7272
with:
7373
distribution: temurin
74-
java-version: 11
74+
java-version: 17
7575
- run: java -version
7676
- uses: actions/cache@v4
7777
id: mvn-cache
7878
with:
7979
path: ~/.m2/repository
8080
key: ${{ runner.os }}-maven-unified-${{ steps.date.outputs.week_of_year }}
8181
- run: java -version
82-
- run: mvn -B -ntp com.coveo:fmt-maven-plugin:check
82+
- run: mvn -B -ntp com.spotify.fmt:fmt-maven-plugin:check
8383
- run: mvn -B -ntp checkstyle:check@checkstyle
8484
enforcer:
8585
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)