Add Gradle Scan

update ci

[ci skip] update CI
This commit is contained in:
Klop233
2024-04-14 09:51:01 +08:00
committed by ShintoKosei
parent 3250c80efa
commit a9a5779365
3 changed files with 6 additions and 5 deletions

View File

@@ -29,9 +29,9 @@ jobs:
- name: Configure Git User Details
run: git config --global user.email "ci@luminolmc.com" && git config --global user.name "LuminolMC CI"
- name: Apply Patches
run: gradle applyPatches
run: gradle applyPatches --scan
- name: CreateJar
run: gradle createReobfBundlerJar createReobfPaperclipJar
run: gradle createReobfBundlerJar createReobfPaperclipJar --scan
- name: SetENV
run: |
sh scripts/SetENV.sh