Skip to content

Release 0.2.0-beta2

Release 0.2.0-beta2 #9

Workflow file for this run

name: Build code with Maven
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17 for x64
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Build with Maven
run: mvn package -DskipTests -Pbuild-with-jdk-11 -Prun-npm