Skip to content

Bump org.jboss.logmanager:jboss-logmanager from 3.0.5.Final to 3.0.6.Final in the dependencies group #45

Bump org.jboss.logmanager:jboss-logmanager from 3.0.5.Final to 3.0.6.Final in the dependencies group

Bump org.jboss.logmanager:jboss-logmanager from 3.0.5.Final to 3.0.6.Final in the dependencies group #45

Workflow file for this run

name: Qlue Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v4
name: Checkout
- uses: actions/setup-java@v4
name: Set up JDK
with:
distribution: temurin
java-version: 17
- name: Build with Maven
run: mvn -B -ntp formatter:validate verify --file pom.xml