Skip to content

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 #209

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 #209

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- run: ./mvnw -version
- run: ./mvnw -U verify -DfailIfNoTests
- uses: actions/upload-artifact@v3
if: failure()
with:
name: it-logs
path: target/it/**/build.log
- uses: codecov/codecov-action@v3