Skip to content

Commit 989ac4c

Browse files
Abel Salgado Romeroabelsromero
authored andcommitted
Apply 1.2.x gradle changes
1 parent 974a057 commit 989ac4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import java.util.concurrent.ConcurrentHashMap
2+
23
/*
34
* Copyright 2002-2020 the original author or authors.
45
*
@@ -237,7 +238,7 @@ configure(publishedProjects) {
237238
publications {
238239
mavenJava(MavenPublication) {
239240
suppressAllPomMetadataWarnings()
240-
from components.java
241+
from components.findByName('java')
241242
pom {
242243
afterEvaluate {
243244
name = project.description

0 commit comments

Comments
 (0)