Skip to content

chore: add mvnw to consistently use a specific version of maven #3

chore: add mvnw to consistently use a specific version of maven

chore: add mvnw to consistently use a specific version of maven #3

Workflow file for this run

name: Build Test and Deploy
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven Wrapper
run: ./mvnw clean verify