Skip to content

build(deps): bump org.apache.maven.plugins:maven-scm-plugin from 2.0.0-M1 to 2.1.0 #145

build(deps): bump org.apache.maven.plugins:maven-scm-plugin from 2.0.0-M1 to 2.1.0

build(deps): bump org.apache.maven.plugins:maven-scm-plugin from 2.0.0-M1 to 2.1.0 #145

name: build and test
on:
push:
branches:
- main
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml