Skip to content

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.4 (#… #167

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.4 (#…

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.4 (#… #167

Workflow file for this run

name: Java CI
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build/Test with Maven
run: ./mvnw -B -ntp verify