Skip to content

Commit 9911f01

Browse files
committed
chore: updates deprecated syntax
Signed-off-by: Vincent Biret <[email protected]>
1 parent b1a1d9f commit 9911f01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ publishing {
103103
publications {
104104
maven(MavenPublication) {
105105
customizePom(pom)
106-
groupId project.property('mavenGroupId')
107-
artifactId project.property('mavenArtifactId')
108-
version getVersionName()
106+
groupId = project.property('mavenGroupId')
107+
artifactId = project.property('mavenArtifactId')
108+
version = getVersionName()
109109
from components.java
110110
pom.withXml {
111111
def pomFile = file("${project.buildDir}/generated-pom.xml")

0 commit comments

Comments
 (0)