Skip to content

Commit

Permalink
build: replace gradlew task to shadowJar
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAreaBean committed Apr 15, 2024
1 parent b448a73 commit 38f6820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: chmod +x ./gradlew
- name: Build with Gradle
run: |
./gradlew jar snapshotVersion
./gradlew shadowJar snapshotVersion
git_hash=$(git rev-parse --short "$GITHUB_SHA")
echo "git_hash=$git_hash" >> $GITHUB_ENV
echo "snapshotVersion=$(cat build/versions/snapshot.txt)" >> $GITHUB_ENV
Expand Down

0 comments on commit 38f6820

Please sign in to comment.