Skip to content

Adds a shadow jar for the CLI and makes it fully executable #65

Adds a shadow jar for the CLI and makes it fully executable

Adds a shadow jar for the CLI and makes it fully executable #65

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@v1
- uses: gradle/wrapper-validation-action@v1
- run: ./gradlew build --stacktrace --warning-mode fail