Bump Checkstyle to version 3.4.6
This commit is contained in:
parent
54b491b12d
commit
1b06c086c6
2 changed files with 9 additions and 9 deletions
4
.github/workflows/bld.yml
vendored
4
.github/workflows/bld.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
java-version: [ 17, 21, 24 ]
|
||||
kotlin-version: [ 1.9.25, 2.0.21, 2.1.20 ]
|
||||
kotlin-version: [ 1.9.25, 2.0.21, 2.1.21 ]
|
||||
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
@ -34,4 +34,4 @@ jobs:
|
|||
run: ./bld compile bootjar
|
||||
|
||||
- name: Compile and create the WAR
|
||||
run: ./bld compile bootwar
|
||||
run: ./bld compile bootwar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue