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

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 #659

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 #659

Workflow file for this run

name: GitHub CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
java: [11]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
run: mvn clean install -e -B -V -fae "-Dmaven.test.failure.ignore=true"