We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1b572 commit 1ed7284Copy full SHA for 1ed7284
1 file changed
build.gradle
@@ -1,5 +1,4 @@
1
-/*
2
- * Copyright (c) 2014, Francis Galiegue (fgaliegue@gmail.com)
+/* * Copyright (c) 2014, Francis Galiegue (fgaliegue@gmail.com)
3
*
4
* This software is dual-licensed under:
5
@@ -24,8 +23,7 @@ buildscript {
24
23
}
25
26
dependencies {
27
- classpath(group: "org.springframework.build.gradle",
28
- name: "propdeps-plugin", version: "0.0.7");
+ classpath(group: "org.springframework.build.gradle", name: "propdeps-plugin", version: "0.0.7");
29
30
};
31
@@ -44,7 +42,7 @@ apply(plugin: "idea");
44
42
apply(plugin: "eclipse");
45
43
46
group = "com.github.java-json-tools";
47
-version = "1.10-SNAPSHOT";
+version = "1.11-SNAPSHOT";
48
sourceCompatibility = "1.6";
49
targetCompatibility = "1.6"; // defaults to sourceCompatibility
50
0 commit comments