Initial commit
Some checks failed
Publish Snapshot / call-publish (push) Has been cancelled

This commit is contained in:
Aura Ascend
2025-09-13 11:08:33 +00:00
committed by Swordsteel
commit 56f62c9729
17 changed files with 587 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
name: Gradle Build on PR
on:
workflow_dispatch:
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
jobs:
call-gradle-build:
uses: aura-ascend/common-workflows/.gitea/workflows/gradle-build.yaml@master
with:
JAVA_VERSION: 17
secrets: inherit