We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5e5da commit eb98bc8Copy full SHA for eb98bc8
build.gradle
@@ -164,7 +164,7 @@ configure(subprojects.findAll { !unpublished.contains(it.name) }) {
164
publishing {
165
publications {
166
maven(MavenPublication) {
167
- artifact jar
+ from components.java
168
artifact javadocJar
169
artifact sourcesJar
170
pom.withXml {
0 commit comments