Skip to content

chore: update log4j2 status level from info to warn #15

chore: update log4j2 status level from info to warn

chore: update log4j2 status level from info to warn #15

Workflow file for this run

name: Build pull request
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up Java
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '23'
- name: Build pull request
run: mvn clean package