Skip to content

Bump ch.qos.logback:logback-classic from 1.5.13 to 1.5.14 in the dev-dependencies group #167

Bump ch.qos.logback:logback-classic from 1.5.13 to 1.5.14 in the dev-dependencies group

Bump ch.qos.logback:logback-classic from 1.5.13 to 1.5.14 in the dev-dependencies group #167

Workflow file for this run

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:
java-version: 21
build-command: ./gradlew build coverage