Skip to content

Commit 8a0d2fd

Browse files
committed
Fix archive signing
1 parent 8bae57f commit 8a0d2fd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
1111

1212
News
1313
----
14-
22 Mar 2023 - Released JsonPath 2.8.0
14+
26 Mar 2023 - Released JsonPath 2.8.0
1515

1616
30 Jan 2022 - Released JsonPath 2.7.0
1717

build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ subprojects {
8787
}
8888

8989
signing {
90-
sign configurations.archives
91-
//sign publishing.publications.mavenJava
92-
required { !snapshotVersion && gradle.taskGraph.hasTask("publish") } // uploadArchives is replaced by publish
90+
sign publishing.publications
91+
required { !snapshotVersion && gradle.taskGraph.hasTask("publish") }
9392
}
9493

9594
javadoc {

0 commit comments

Comments
 (0)