Skip to content

docs: README and release notes for 1.1.3 #64

docs: README and release notes for 1.1.3

docs: README and release notes for 1.1.3 #64

Workflow file for this run

name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Make mvnw executable
run: chmod +x mvnw
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
cache: "maven"
- name: Build with Maven
run: ./mvnw -B clean package --file pom.xml