Skip to content

Commit

Permalink
chore: changed the gradle workflow to use shadowJar instead of build
Browse files Browse the repository at this point in the history
The devbuilds did not work ig, because it was using still the ./gradlew build instead of ./gradlew shadowJar
  • Loading branch information
byPixelTV authored Nov 14, 2024
1 parent 194887f commit ba5ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew shadowJar

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ba5ea04

Please sign in to comment.