Skip to content

Bump org.json:json from 20180130 to 20231013 in /ais-lib-json #57

Bump org.json:json from 20180130 to 20231013 in /ais-lib-json

Bump org.json:json from 20180130 to 20231013 in /ais-lib-json #57

Workflow file for this run

name: Build Ais Lib and run tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and run tests
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
- name: Build package
run: mvn --batch-mode package