Skip to content

Commit

Permalink
Remove archiveClassifier (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski authored Dec 18, 2024
1 parent ef518ff commit 0ddc53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.12.0
BOM_VERSION: 5.12.1
SCRIPTS_VERSION: 5.12.1
BOM_VERSION: 5.13.0

jobs:
release:
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jar {
}

shadowJar {
archiveClassifier.set(null)
from("src/main/resources") {
into("/resources")
}
Expand Down

0 comments on commit 0ddc53f

Please sign in to comment.