Skip to content

[4.0.x] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 #1854

[4.0.x] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6

[4.0.x] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 #1854

Workflow file for this run

name: GitHub CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
java: [17]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Build with Maven
run: mvn clean install -e -B -V