Apply 1.2.x gradle changes

This commit is contained in:
Abel Salgado Romero
2021-09-13 15:02:39 +02:00
committed by Abel Salgado Romero
parent 974a057272
commit 989ac4c6e2

View File

@@ -1,4 +1,5 @@
import java.util.concurrent.ConcurrentHashMap
/*
* Copyright 2002-2020 the original author or authors.
*
@@ -237,7 +238,7 @@ configure(publishedProjects) {
publications {
mavenJava(MavenPublication) {
suppressAllPomMetadataWarnings()
from components.java
from components.findByName('java')
pom {
afterEvaluate {
name = project.description