Skip to content

fix(deps): update logback monorepo to v1.5.16 #96

fix(deps): update logback monorepo to v1.5.16

fix(deps): update logback monorepo to v1.5.16 #96

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/elore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build el
on:
push:
paths:
- "el/**"
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
el:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'zulu'
cache: maven
- name: Build with Maven
run: |
cd el
mvn -B -q clean test