Skip to content

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7 (#… #197

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7 (#…

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7 (#… #197

Workflow file for this run

name: main
on:
push:
branches: [ main, development, tests_fixes ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml