mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
build(taskfile): use platform-specific Gradle wrapper command (#6355)
Co-authored-by: James Brunton <[email protected]>
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
build: &build
|
build: &build
|
||||||
- build.gradle
|
- build.gradle
|
||||||
- app/(common|core|proprietary)/build.gradle
|
- app/(common|core|proprietary)/build.gradle
|
||||||
|
- Taskfile.yml
|
||||||
|
- .taskfiles/backend.yml
|
||||||
|
|
||||||
openapi: &openapi
|
openapi: &openapi
|
||||||
- *build
|
- *build
|
||||||
@@ -38,6 +40,9 @@ project: &project
|
|||||||
- frontend/**
|
- frontend/**
|
||||||
- docker/**
|
- docker/**
|
||||||
- scripts/RestartHelper.java
|
- scripts/RestartHelper.java
|
||||||
|
- Taskfile.yml
|
||||||
|
- .taskfiles/backend.yml
|
||||||
|
- .taskfiles/docker.yml
|
||||||
- scripts/db-migration/**
|
- scripts/db-migration/**
|
||||||
- .github/workflows/db-migration-test.yml
|
- .github/workflows/db-migration-test.yml
|
||||||
|
|
||||||
@@ -55,6 +60,9 @@ frontend: &frontend
|
|||||||
- scripts/summarize_type3_signatures.py
|
- scripts/summarize_type3_signatures.py
|
||||||
- scripts/type3_to_cff.py
|
- scripts/type3_to_cff.py
|
||||||
- scripts/update_type3_library.py
|
- scripts/update_type3_library.py
|
||||||
|
- Taskfile.yml
|
||||||
|
- .taskfiles/frontend.yml
|
||||||
|
- .taskfiles/e2e.yml
|
||||||
|
|
||||||
# Files that affect the Tauri desktop bundle. Gate the multi-OS Tauri build
|
# Files that affect the Tauri desktop bundle. Gate the multi-OS Tauri build
|
||||||
# job on changes to any of these.
|
# job on changes to any of these.
|
||||||
@@ -66,6 +74,8 @@ tauri: &tauri
|
|||||||
- frontend/package-lock.json
|
- frontend/package-lock.json
|
||||||
- frontend/editor/vite.config.ts
|
- frontend/editor/vite.config.ts
|
||||||
- .github/workflows/tauri-build.yml
|
- .github/workflows/tauri-build.yml
|
||||||
|
- Taskfile.yml
|
||||||
|
- .taskfiles/desktop.yml
|
||||||
|
|
||||||
# Files that affect the AI engine (Python tool models, fixers, tests). Gate
|
# Files that affect the AI engine (Python tool models, fixers, tests). Gate
|
||||||
# the engine validation job on changes to engine sources or to the Java
|
# the engine validation job on changes to engine sources or to the Java
|
||||||
@@ -74,6 +84,8 @@ engine: &engine
|
|||||||
- engine/**
|
- engine/**
|
||||||
- app/(common|core|proprietary)/src/main/java/**
|
- app/(common|core|proprietary)/src/main/java/**
|
||||||
- .github/workflows/ai-engine.yml
|
- .github/workflows/ai-engine.yml
|
||||||
|
- Taskfile.yml
|
||||||
|
- .taskfiles/engine.yml
|
||||||
|
|
||||||
licenses-frontend: &licenses-frontend
|
licenses-frontend: &licenses-frontend
|
||||||
- ".github/workflows/frontend-backend-licenses-update.yml"
|
- ".github/workflows/frontend-backend-licenses-update.yml"
|
||||||
@@ -102,4 +114,4 @@ proprietary: &proprietary
|
|||||||
- configs/settings.yml.template
|
- configs/settings.yml.template
|
||||||
- build.gradle
|
- build.gradle
|
||||||
- app/proprietary/build.gradle
|
- app/proprietary/build.gradle
|
||||||
- .github/workflows/build-enterprise.yml
|
- .github/workflows/build-enterprise.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user