Skip to content

Update Maven Wrapper #870

Update Maven Wrapper

Update Maven Wrapper #870

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
with:
lfs: true
- name: Setup Java JDK
uses: actions/setup-java@v3.13.0
with:
distribution: temurin
java-version: '8'
- name: Setup Node.js
uses: actions/setup-node@v3.8.2
with:
node-version: 16
- name: Test code with Maven
run: ./mvnw test