Apply 1.2.x gradle changes
This commit is contained in:
committed by
Abel Salgado Romero
parent
974a057272
commit
989ac4c6e2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user