Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit 408ea97

Browse files
committed
fix: ci is now using normal gradlew build instead of shadowJar
1 parent 5cdb826 commit 408ea97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: chmod +x ./gradlew
6363

6464
- name: Build Gradle projects
65-
run: bash ./gradlew shadowJar
65+
run: bash ./gradlew build
6666

6767
- name: Upload build artifacts
6868
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)