Skip to content

Update version number to 4.11.0 #599

Update version number to 4.11.0

Update version number to 4.11.0 #599

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