Skip to content

Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 #137

Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0

Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 #137

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 8
cache: 'maven'
- name: Build with Maven
run: mvn -V -B package