Skip to content

Plugin updates: log4j 2.22.1 and joda-time 2.12.7 #105

Plugin updates: log4j 2.22.1 and joda-time 2.12.7

Plugin updates: log4j 2.22.1 and joda-time 2.12.7 #105

Workflow file for this run

name: Java CI with Maven
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17, 19 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn clean install -Dgpg.skip -Dmaven.javadoc.skip=true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3