Skip to content

Commit

Permalink
fix(publish): publish shadow jar artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed May 23, 2020
1 parent 094c57b commit 64968ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/publish.gradle
Expand Up @@ -32,6 +32,7 @@ publishing {
publications {
mavenJava(MavenPublication) {
from components.java
artifact shadowJar
}
}
repositories {
Expand Down

0 comments on commit 64968ce

Please sign in to comment.