add build

This commit is contained in:
okx-code
2024-12-07 00:07:30 +00:00
parent 613cf1d86e
commit 559de0d1c5
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: 🐘 Gradle Build
run: CI=true ./gradlew :ansible:copyPaperPlugins --parallel --no-daemon
run: CI=true ./gradlew :ansible:build --parallel --no-daemon
- name: Inject secrets
run: 'echo "$SECRETS_YML" > variables/secrets.yml'

View File

@@ -28,7 +28,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: 🐘 Gradle Build
run: CI=true ./gradlew :ansible:copyPvpPlugins --parallel --no-daemon
run: CI=true ./gradlew :ansible:build --parallel --no-daemon
- name: Inject secrets
run: 'echo "$SECRETS_YML" > variables/secrets.yml'