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 1e6647b commit 4a59845Copy full SHA for 4a59845
build.gradle
@@ -118,10 +118,10 @@ subprojects {
118
mavenJava(MavenPublication) {
119
from components.java
120
121
- artifactId = jar.archiveBaseName
+ artifactId = jar.baseName
122
123
pom {
124
- name = jar.archiveBaseName
+ name = jar.baseName
125
description = project.description
126
url = 'https://github.com/jayway/JsonPath'
127
0 commit comments