Skip to content

Commit 277fe43

Browse files
committed
Explicitly include publishing block
1 parent 6f128f1 commit 277fe43

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@ allprojects {
166166
exclude 'LICENSE*'
167167
}
168168

169+
publishing {
170+
publications {
171+
mavenJava(MavenPublication) {
172+
from components.java
173+
}
174+
}
175+
}
176+
169177
artifactory {
170178
contextUrl = "${artifactory_contextUrl}"
171179
publish {

0 commit comments

Comments
 (0)