Skip to content

Updating version to v4.9.8 #591

Updating version to v4.9.8

Updating version to v4.9.8 #591

Workflow file for this run

name: Maven Tests
on: [push, pull_request]
jobs:
build:
name: Building JSS
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: 11
distribution: adopt
- name: Build JSS
run: mvn install
- name: Build examples
run: mvn compile
working-directory: examples
# TODO: Run examples