Skip to content

Build+815 snapshot/4007fdd7359ec81641876ae45f87a5d62e9875b4 #815

Build+815 snapshot/4007fdd7359ec81641876ae45f87a5d62e9875b4

Build+815 snapshot/4007fdd7359ec81641876ae45f87a5d62e9875b4 #815

Workflow file for this run

name: Build
on:
push:
branches: [ "develop", "hotfix/**" ]
pull_request:
branches: [ "develop", "hotfix/**" ]
run-name: Build+${{ github.run_number }} snapshot/${{ github.sha }}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: 🏗️ Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: '23'
distribution: 'temurin'
cache: gradle
- name: Make gradle wrapper executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build --full-stacktrace
- name: Upload artifacts
uses: actions/upload-artifact@v5
with:
name: Artifacts
path: build/libs/