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 b1a1d9f commit 9911f01Copy full SHA for 9911f01
build.gradle
@@ -103,9 +103,9 @@ publishing {
103
publications {
104
maven(MavenPublication) {
105
customizePom(pom)
106
- groupId project.property('mavenGroupId')
107
- artifactId project.property('mavenArtifactId')
108
- version getVersionName()
+ groupId = project.property('mavenGroupId')
+ artifactId = project.property('mavenArtifactId')
+ version = getVersionName()
109
from components.java
110
pom.withXml {
111
def pomFile = file("${project.buildDir}/generated-pom.xml")
0 commit comments