Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Oct 25, 2024
1 parent 2c8d090 commit 92d93ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ shadowJar {

publishing {
publications {
shadow(MavenPublication) {
from components.shadow
shadow(MavenPublication) { publication ->
project.shadow.component(publication)
}
}
repositories {
Expand Down

0 comments on commit 92d93ff

Please sign in to comment.