Skip to content

Build+809 snapshot/a1a4939f517d14a57a0310b7806b68753546b023 #809

Build+809 snapshot/a1a4939f517d14a57a0310b7806b68753546b023

Build+809 snapshot/a1a4939f517d14a57a0310b7806b68753546b023 #809

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/