Skip to content

Merge pull request #1 from djsdjs/patch-1 #16

Merge pull request #1 from djsdjs/patch-1

Merge pull request #1 from djsdjs/patch-1 #16

Workflow file for this run

name: Build and test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package