Skip to content

Commit 18be06e

Browse files
committed
Use "clean build" instead of "clean shadowJar"
1 parent 24ce079 commit 18be06e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ javadoc{
7373
}
7474
}
7575

76+
build{
77+
dependsOn(javadocJar)
78+
dependsOn(sourcesJar)
79+
dependsOn(shadowJar)
80+
}
81+
7682
bintray{
7783
user = System.getenv("bintrayUser")
7884
key = System.getenv("bintrayApiKey")

0 commit comments

Comments
 (0)