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 974a057 commit 989ac4cCopy full SHA for 989ac4c
build.gradle
@@ -1,4 +1,5 @@
1
import java.util.concurrent.ConcurrentHashMap
2
+
3
/*
4
* Copyright 2002-2020 the original author or authors.
5
*
@@ -237,7 +238,7 @@ configure(publishedProjects) {
237
238
publications {
239
mavenJava(MavenPublication) {
240
suppressAllPomMetadataWarnings()
- from components.java
241
+ from components.findByName('java')
242
pom {
243
afterEvaluate {
244
name = project.description
0 commit comments