Skip to content

Update gradle wrapper to 8.12-all #233

Update gradle wrapper to 8.12-all

Update gradle wrapper to 8.12-all #233

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: 21
build-command: ./gradlew build coverage