Skip to content

Formatting and naming cleanup; test fixes #2

Formatting and naming cleanup; test fixes

Formatting and naming cleanup; test fixes #2

Workflow file for this run

name: Build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 21
- name: Build with Gradle
run: ./gradlew build