Skip to content

Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.19 #71

Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.19

Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.19 #71

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: PR Validation
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v5
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Gradle
run: ./gradlew clean build