Skip to content

Updated maven-wrapper.properties file. #10

Updated maven-wrapper.properties file.

Updated maven-wrapper.properties file. #10

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v1
with:
java-version: 1.8
- run: ./mvnw clean install