test
Some checks failed
Gradle Build on PR / call-publish (pull_request) Has been cancelled
Publish Snapshot / dev-publish (push) Has been cancelled

This commit was merged in pull request #4.
This commit is contained in:
2025-09-15 11:42:32 +02:00
parent 60387c74a7
commit 0adfd75eeb
3 changed files with 3 additions and 23 deletions

View File

@@ -8,27 +8,7 @@ on:
jobs:
call-publish:
uses: aura-ascend/common-workflows/.gitea/workflows/build.yaml@master
uses: aura-ascend/common-workflows/.gitea/workflows/gradle-build.yaml@master
with:
JAVA_VERSION: 17
secrets: inherit
# gradle-build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# with:
# fetch-depth: 1
# ref: ${{ inputs.BRANCH_REFERENCE }}
# token: ${{ secrets.CI_BOT_TOKEN }}
# - name: Set up JDK
# uses: actions/setup-java@v4
# with:
# distribution: temurin
# java-version: 17
#
# - name: Run Gradle Build
# run: ./gradlew build

View File

@@ -8,8 +8,8 @@ on:
jobs:
dev-publish:
# if: |
# !startsWith(github.event.head_commit.message, '[RELEASE]')
if: |
!startsWith(github.event.head_commit.message, '[RELEASE]')
uses: aura-ascend/common-workflows/.gitea/workflows/publish-artifact.yaml@master
with:
JAVA_VERSION: 17