Skip to content

Commit eb98bc8

Browse files
committed
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

+1-1
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)