Skip to content

Commit

Permalink
fix(gradle): Fixed gradle workflow and build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeV220 committed Apr 10, 2022
1 parent 51379b4 commit 4ac20e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
run: ./gradlew build shadowJar -x test
run: ./gradlew build -x test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ dependencies {
}

shadowJar {
classifier = ''
}

tasks.build.dependsOn(shadowJar)
Expand Down

0 comments on commit 4ac20e7

Please sign in to comment.