Skip to content

Commit

Permalink
fix: publish shaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed Oct 4, 2021
1 parent 3791bd2 commit dc60f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jar {

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

0 comments on commit dc60f45

Please sign in to comment.