Skip to content

Update log4j2 monorepo to v2.24.3 #407

Update log4j2 monorepo to v2.24.3

Update log4j2 monorepo to v2.24.3 #407

Workflow file for this run

name: Template CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- name: Build
run: ./gradlew check