Skip to content

build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 #300

build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2

build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 #300

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: jar artifact
path: /home/runner/work/bungeecord-prometheus-exporter/bungeecord-prometheus-exporter/target/bungeecord-prometheus-exporter-*.jar