We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f584e1 commit c544fedCopy full SHA for c544fed
dorelease.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
-./gradlew --recompile-scripts clean test uploadArchives
+./gradlew clean test uploadArchives
4
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.3-SNAPSHOT";
+version = "1.3";
25
sourceCompatibility = JavaVersion.VERSION_1_7;
26
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
27
0 commit comments