Skip to content

Commit 2ab1d2f

Browse files
committed
Fix some long-standing Gradle deprecations.
1 parent 1f4fb93 commit 2ab1d2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/java-publish.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ model {
103103
from components.java
104104
}
105105

106-
groupId project.group
107-
artifactId project.ext.artifactId
108-
version project.version
106+
groupId = project.group
107+
artifactId = project.ext.artifactId
108+
version = project.version
109109

110110
def projectExtArtifactId = project.ext.artifactId
111111
def projectDescription = project.description

0 commit comments

Comments
 (0)