Skip to content

Commit fa07690

Browse files
committed
Make artifactoryPublish depend on build
1 parent f823b3a commit fa07690

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,11 @@ subprojects { subproject ->
217217
}
218218
}
219219

220+
artifactoryPublish {
221+
dependsOn build
222+
publications(publishing.publications.mavenJava)
223+
}
224+
220225
publishing {
221226
publications {
222227
mavenJava(MavenPublication) {

0 commit comments

Comments
 (0)