Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kallestenflo committed Jan 29, 2024
1 parent cf8540f commit 92ff7e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Expand Up @@ -113,10 +113,11 @@ subprojects {
mavenJava(MavenPublication) {
from components.java

artifactId = jar.archiveBaseName
artifactId = project.name
//artifactId = jar.archiveBaseName

pom {
name = jar.archiveBaseName
name = project.name
description = 'A library to query and verify JSON'
url = 'https://github.com/jayway/JsonPath'

Expand Down
1 change: 0 additions & 1 deletion json-path/build.gradle
@@ -1,6 +1,5 @@
description = "Java port of Stefan Goessner JsonPath."


jar {
bnd(
'Automatic-Module-Name': 'json.path',
Expand Down

0 comments on commit 92ff7e9

Please sign in to comment.