Skip to content

update actions and fix junit setup #37

update actions and fix junit setup

update actions and fix junit setup #37

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
java: [8-jdk, 11-jdk, 17-jdk, 21-jdk]
runs-on: ubuntu-22.04
container:
image: eclipse-temurin:${{ matrix.java }}
options: --user root
steps:
- uses: actions/checkout@v3
- uses: gradle/actions/wrapper-validation@v3
- run: ./gradlew build --stacktrace --warning-mode fail