Skip to content

Remove gitter from README #46

Remove gitter from README

Remove gitter from README #46

Workflow file for this run

name: Build
on:
pull_request:
branches:
- '*'
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
cache: 'maven'
- name: "Build"
run: ./mvnw package