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 bacb1f7 commit 2074bdcCopy full SHA for 2074bdc
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-SNAPSHOT";
+version = "0.1.5";
24
sourceCompatibility = JavaVersion.VERSION_1_7;
25
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
26
0 commit comments