Skip to content

Bump org.apache.maven.plugins:maven-scm-plugin from 2.0.1 to 2.1.0 (#… #314

Bump org.apache.maven.plugins:maven-scm-plugin from 2.0.1 to 2.1.0 (#…

Bump org.apache.maven.plugins:maven-scm-plugin from 2.0.1 to 2.1.0 (#… #314

Workflow file for this run

name: Test Java 17
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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 -nsu -B install