Skip to content

added screenshots for README.md, actual build. changed name. added ci… #2

added screenshots for README.md, actual build. changed name. added ci…

added screenshots for README.md, actual build. changed name. added ci… #2

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots clean package