Skip to content

Bump com.panosen:super-pom from 1.6.0 to 1.7.0 #32

Bump com.panosen:super-pom from 1.6.0 to 1.7.0

Bump com.panosen:super-pom from 1.6.0 to 1.7.0 #32

Workflow file for this run

name: push
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Java JDK
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '8'
- name: Build
run: mvn -B clean package