Skip to content

build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.2.7 #81

build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.2.7

build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.2.7 #81

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: 8
distribution: 'temurin'
cache: 'maven'
- name: Build
run: mvn clean install -DskipTests -Dgpg.skip