Skip to content

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 #361

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 #361

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- run: mvn -B verify