Skip to content

Commit 4a59845

Browse files
committed
Revert to deprecated 'baseName'
1 parent 1e6647b commit 4a59845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ subprojects {
118118
mavenJava(MavenPublication) {
119119
from components.java
120120

121-
artifactId = jar.archiveBaseName
121+
artifactId = jar.baseName
122122

123123
pom {
124-
name = jar.archiveBaseName
124+
name = jar.baseName
125125
description = project.description
126126
url = 'https://github.com/jayway/JsonPath'
127127

0 commit comments

Comments
 (0)