Skip to content

build(build-logic): use register instead of create for creating j… #1920

build(build-logic): use register instead of create for creating j…

build(build-logic): use register instead of create for creating j… #1920

Workflow file for this run

name: Gradle Build
on: [ push, pull_request ]
jobs:
build:
uses: okocraft/workflows/.github/workflows/gradle.yml@v1
with:
java-version: '21'
package-name: Box-Build-${{ github.run_number }}
artifact-directory: "./build/libs"
upload-test-results: true