Skip to content

Bump asdf-vm/actions from 3 to 4 #87

Bump asdf-vm/actions from 3 to 4

Bump asdf-vm/actions from 3 to 4 #87

Workflow file for this run

# This workflow will build Cerberus Executable and Uploads the generated binary to release
name: Compile And Assemble
on:
push:
branches: [ main, proceeding, betterment ]
pull_request:
branches: [ main, proceeding, betterment ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup asdf and install tools
uses: asdf-vm/actions/install@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build Binary Executable
run: ./gradlew clean build shadowJar -x spotbugsMain