Skip to content

Commit ae24b7a

Browse files
authored
Updated gradle config (#667)
1 parent 0bb7cba commit ae24b7a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gradle/maven-publish.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,8 @@ javadoc {
108108
}
109109
}
110110

111+
tasks.named('publish').configure {
112+
dependsOn tasks.named('assemble')
113+
}
114+
111115

0 commit comments

Comments
 (0)