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 2074bdc commit b682517Copy full SHA for b682517
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
@@ -20,7 +20,7 @@
20
* Project-specific settings. Unfortunately we cannot put the name in there!
21
*/
22
group = "com.github.java-json-tools";
23
-version = "0.1.5";
+version = "0.1.6-SNAPSHOT";
24
sourceCompatibility = JavaVersion.VERSION_1_7;
25
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
26
0 commit comments