Skip to content

Commit 54b5363

Browse files
committed
CI tweaks
1 parent 554418e commit 54b5363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-java@v4
3232
with:
33-
java-version: "11"
33+
java-version: "17"
3434
distribution: temurin
3535
cache: maven
3636
- name: Build
37-
run: mvn clean verify checkstyle:checkstyle -B -q -Dorg.slf4j.simpleLogger.defaultLogLevel=ERROR -Pdoc,src
37+
run: mvn -B -Dstyle.color=always clean verify checkstyle:checkstyle -B -Dstyle.color=always -q -Dorg.slf4j.simpleLogger.defaultLogLevel=ERROR -Pdoc,src

0 commit comments

Comments
 (0)