Skip to content

Commit 0f6a307

Browse files
committed
ensure shadowJar is built
1 parent 64dc1b6 commit 0f6a307

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ allprojects {
149149
exclude 'LICENSE*'
150150
}
151151

152+
build.dependsOn(shadowJar)
153+
152154
publishing {
153155
publications {
154156
mavenJava(MavenPublication) {

0 commit comments

Comments
 (0)