Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb98bc8

Browse files
committedOct 27, 2017
Fixed components publication
1 parent ba5e5da commit eb98bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ configure(subprojects.findAll { !unpublished.contains(it.name) }) {
164164
publishing {
165165
publications {
166166
maven(MavenPublication) {
167-
artifact jar
167+
from components.java
168168
artifact javadocJar
169169
artifact sourcesJar
170170
pom.withXml {

0 commit comments

Comments
 (0)
Please sign in to comment.