We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bae57f commit 8a0d2fdCopy full SHA for 8a0d2fd
README.md
@@ -11,7 +11,7 @@ Jayway JsonPath is a Java port of [Stefan Goessner JsonPath implementation](http
11
12
News
13
----
14
-22 Mar 2023 - Released JsonPath 2.8.0
+26 Mar 2023 - Released JsonPath 2.8.0
15
16
30 Jan 2022 - Released JsonPath 2.7.0
17
build.gradle
@@ -87,9 +87,8 @@ subprojects {
87
}
88
89
signing {
90
- sign configurations.archives
91
- //sign publishing.publications.mavenJava
92
- required { !snapshotVersion && gradle.taskGraph.hasTask("publish") } // uploadArchives is replaced by publish
+ sign publishing.publications
+ required { !snapshotVersion && gradle.taskGraph.hasTask("publish") }
93
94
95
javadoc {
0 commit comments