Skip to content

How to use the EISOP Framework; fixes #275. #523

How to use the EISOP Framework; fixes #275.

How to use the EISOP Framework; fixes #275. #523

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
- name: Build with Gradle
run: ./gradlew build --info --stacktrace --parallel