Skip to content

Commit aae88d5

Browse files
committed
build.gradle: back to 1.2.x versions for now
1 parent 725210a commit aae88d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ apply(plugin: "idea");
5555
apply(plugin: "eclipse");
5656

5757
group = "com.github.fge";
58-
version = "2.0.0-SNAPSHOT";
58+
version = "1.2.5-SNAPSHOT";
5959
sourceCompatibility = "1.6";
6060
targetCompatibility = "1.6"; // defaults to sourceCompatibility
6161

0 commit comments

Comments
 (0)