Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.2 #145

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.2

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.2 #145

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
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -Djavacpp.platform=linux-x86_64 -B package site shade:shade --file pom.xml
# The dependency graph upload below blows up GitHub actions. To be reenabled when they fix the service
# - name: Update dependency graph
# uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6