Set up project structure

This commit is contained in:
2025-09-08 16:00:28 +02:00
commit 2a9b34619d
14 changed files with 659 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
name: Publish Gradle Plugin
on:
workflow_dispatch:
jobs:
call-publish:
uses: aura-ascend/common-workflows/.gitea/workflows/publish-artifact.yaml@master
with:
JAVA_VERSION: 17
BRANCH_REFERENCE: ${{ github.ref_name }}
GRADLE_TASK: publishAllPublicationsToGitHubPackagesRepository
secrets:
CI_BOT_USERNAME: ${{ secrets.CI_BOT_USERNAME }}
CI_BOT_TOKEN: ${{ secrets.CI_BOT_TOKEN }}