Skip to content

Bump maven-gpg-plugin from 3.0.1 to 3.1.0 #701

Bump maven-gpg-plugin from 3.0.1 to 3.1.0

Bump maven-gpg-plugin from 3.0.1 to 3.1.0 #701

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v2
with:
java-version: 8
distribution: adopt
- name: Setup Maven
uses: stCarolas/[email protected]
- name: Setup Maven caching
uses: actions/cache@v2
with:
path: ~/.m2/**
key: maven_deps
- name: Build and test
run: mvn clean test