Skip to content

Revert "Non-arrays get cleared too (#65)" (#72) #142

Revert "Non-arrays get cleared too (#65)" (#72)

Revert "Non-arrays get cleared too (#65)" (#72) #142

Workflow file for this run

name: CI
on: [push]
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build
run: mvn install -DskipTests