Skip to content

Build

Build #81

Workflow file for this run

# Build Workflow
name: Build
on:
workflow_dispatch:
workflow_run:
workflows: ["Validate Gradle Wrapper"]
types:
- completed
concurrency:
group: ${{ github.head_ref || format('{0}-{1}', github.ref, github.run_number) }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: 'gradle'
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
**/loom-cache
**/prebundled-jars
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Chmod Gradle
run: chmod +x ./gradlew
- name: Build
run: ./gradlew build --no-daemon
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts
path: versions/**/build/libs/