chore: classes plugins

This commit is contained in:
hstyi
2025-06-26 18:13:38 +08:00
committed by hstyi
parent 007318dae3
commit d7120cabe0
5 changed files with 9 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ jobs:
# test build
- run: |
./gradlew build -x test --no-daemon
./gradlew classes -x test --no-daemon
./gradlew clean --no-daemon
# dist

View File

@@ -36,7 +36,8 @@ jobs:
# test build
- run: |
./gradlew build -x test --no-daemon
./gradlew classes -x test --no-daemon
./gradlew clean --no-daemon
# dist
- run: |

View File

@@ -66,7 +66,8 @@ jobs:
# test build
- run: |
./gradlew build -x test --no-daemon
./gradlew classes -x test --no-daemon
./gradlew clean --no-daemon
# dist
- name: Dist

View File

@@ -68,7 +68,8 @@ jobs:
# test build
- run: |
./gradlew build -x test --no-daemon
./gradlew classes -x test --no-daemon
./gradlew clean --no-daemon
# dist
- name: Dist

View File

@@ -36,7 +36,8 @@ jobs:
# test build
- run: |
./gradlew build -x test --no-daemon
.\gradlew classes -x test --no-daemon
.\gradlew clean --no-daemon
# dist
- run: |