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

chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.0 #179

chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.0

chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.0 #179

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: adopt
- name: Build with Maven
run: mvn -B package --file pom.xml