Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Add depreciation notice. #39

Add depreciation notice.

Add depreciation notice. #39

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
java: [17, 19]
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: ${{ matrix.java }}
- uses: actions/checkout@v2
- run: ./gradlew check build --stacktrace --parallel
- uses: actions/upload-artifact@v2
with:
name: Artifacts
path: ./*/build/libs/