We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d0cc2 commit b18895bCopy full SHA for b18895b
dorelease.sh
@@ -4,5 +4,5 @@
4
# This will build everything that is needed and push to Maven central.
5
#
6
7
-./gradlew --recompile-scripts clean test uploadArchives
+./gradlew --refresh-dependencies clean test uploadArchives
8
project.gradle
@@ -21,7 +21,7 @@
21
* Project-specific settings. Unfortunately we cannot put the name in there!
22
*/
23
group = "com.github.java-json-tools";
24
-version = "1.11-SNAPSHOT";
+version = "1.11";
25
sourceCompatibility = JavaVersion.VERSION_1_7;
26
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
27
project.ext.description = "JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java";
0 commit comments