Skip to content

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 in the maven-dependencies group #221

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 in the maven-dependencies group

Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 in the maven-dependencies group #221

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '11'
cache: 'maven'
- name: Run Tests
run: .github/workflows/run_tests.sh