Skip to content

Build+1332 snapshot/a53beb4d389815ace8f8c42994c6cf45e056b23a #1332

Build+1332 snapshot/a53beb4d389815ace8f8c42994c6cf45e056b23a

Build+1332 snapshot/a53beb4d389815ace8f8c42994c6cf45e056b23a #1332

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@v7
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: '25'
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@v7
with:
name: Artifacts
path: build/libs/