Skip to content

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

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

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

Workflow file for this run

name: Test Java 8
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn -P\!build-android -nsu -B -Pjacoco install