Skip to content

build(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 #335

build(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1

build(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 #335

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/upload-artifact@v2.2.2
with:
name: jar artifact
path: /home/runner/work/bungeecord-prometheus-exporter/bungeecord-prometheus-exporter/target/bungeecord-prometheus-exporter-*.jar