Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 in the maven group #139

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 in the maven group

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 in the maven group #139

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- 'README*'
pull_request:
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- 'README*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up JDK 17
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
with:
distribution: temurin
java-version: 17
cache: maven
- name: Build with Maven
run: mvn clean verify
- name: Delete Artifacts From Cache
shell: bash
run: rm -rf ~/.m2/repository/org/hibernate/infra/develocity/