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 5d838ad commit 09790f2Copy full SHA for 09790f2
build.gradle
@@ -24,7 +24,7 @@ apply(plugin: "idea");
24
apply(plugin: "eclipse");
25
26
group = "com.github.fge";
27
-version = "0.8.1";
+version = "0.8.2-SNAPSHOT";
28
sourceCompatibility = "1.6";
29
targetCompatibility = "1.6"; // defaults to sourceCompatibility
30
0 commit comments