Skip to content

shading jar to make it easier to include in projects #47

shading jar to make it easier to include in projects

shading jar to make it easier to include in projects #47

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Build with Maven
run: mvn -B test --file pom.xml