Set up project structure

This commit is contained in:
2025-09-08 23:54:18 +02:00
commit 3b39aa69bc
13 changed files with 611 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-artifact.yaml@master
with:
JAVA_VERSION: 17
BRANCH_REFERENCE: ${{ github.ref_name }}
secrets: inherit

View File

@@ -0,0 +1,13 @@
name: Release Gradle Plugin
on:
workflow_dispatch:
jobs:
call-release-ci:
if: github.ref_name == 'master'
uses: aura-ascend/common-workflows/.gitea/workflows/release.yaml@master
with:
JAVA_VERSION: 17
RELEASE_TYPE: plugin
secrets: inherit