Set up project structure
Some checks failed
Publish Snapshot / dev-publish (push) Has been cancelled

This commit is contained in:
2025-09-09 10:01:14 +02:00
commit 188d0155f5
21 changed files with 709 additions and 0 deletions

View File

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