Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Make log4j2 conflict handler easier to find #150

Make log4j2 conflict handler easier to find

Make log4j2 conflict handler easier to find #150

Workflow file for this run

name: Clojure CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '14', '15', '16', '17-ea' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Clojure CLI
uses: DeLaGuardo/setup-clojure@master
with:
tools-deps: '1.10.3.967'
- name: Run Tests
run: clojure -T:build ci