Skip to content

Merge pull request #105 from svekar/dependabot/maven/org.springframew… #207

Merge pull request #105 from svekar/dependabot/maven/org.springframew…

Merge pull request #105 from svekar/dependabot/maven/org.springframew… #207

# 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: Java CI with Maven
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: '19'
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode --strict-checksums verify