Skip to content

Commit

Permalink
Revert to deprecated 'baseName'
Browse files Browse the repository at this point in the history
  • Loading branch information
kallestenflo committed Mar 21, 2023
1 parent 1e6647b commit 4a59845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -118,10 +118,10 @@ subprojects {
mavenJava(MavenPublication) {
from components.java

artifactId = jar.archiveBaseName
artifactId = jar.baseName

pom {
name = jar.archiveBaseName
name = jar.baseName
description = project.description
url = 'https://github.com/jayway/JsonPath'

Expand Down

0 comments on commit 4a59845

Please sign in to comment.