Skip to content

Commit

Permalink
Fix archive signing
Browse files Browse the repository at this point in the history
  • Loading branch information
kallestenflo committed Mar 26, 2023
1 parent 8bae57f commit 8a0d2fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http

News
----
22 Mar 2023 - Released JsonPath 2.8.0
26 Mar 2023 - Released JsonPath 2.8.0

30 Jan 2022 - Released JsonPath 2.7.0

Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ subprojects {
}

signing {
sign configurations.archives
//sign publishing.publications.mavenJava
required { !snapshotVersion && gradle.taskGraph.hasTask("publish") } // uploadArchives is replaced by publish
sign publishing.publications
required { !snapshotVersion && gradle.taskGraph.hasTask("publish") }
}

javadoc {
Expand Down

0 comments on commit 8a0d2fd

Please sign in to comment.