Bump org.jlleitschuh.gradle.ktlint from 12.3.0 to 14.0.1 in the prod-dependencies-major group #531
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| push: | |
| branches-ignore: | |
| - 'gh-pages' | |
| jobs: | |
| build: | |
| uses: coditory/jvm-workflows/.github/workflows/build.yml@v1 | |
| # Required to pass codecov token | |
| secrets: inherit | |
| with: | |
| debug: true | |
| java-version: 21 | |
| build-command: ./gradlew build coverage |