Skip to content

Enable gradle configuration cache #151 #514

Enable gradle configuration cache #151

Enable gradle configuration cache #151 #514

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches-ignore:
- 'gh-pages'
jobs:
build:
uses: coditory/jvm-workflows/.github/workflows/build.yml@v1
# Required to pass codecov token
secrets: inherit
with:
java-version: 17
build-command: ./gradlew build coverage