Skip to content

fix: build steps to use maven wrapper #127

fix: build steps to use maven wrapper

fix: build steps to use maven wrapper #127

Workflow file for this run

name: Java CI
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build/Test with Maven
run: ./mvnw -B -ntp verify