Add options to read and write analysis to JSON files.

This commit is contained in:
Jonathan Bernard
2015-06-27 13:37:13 -05:00
parent 63e4fd59cf
commit 9cc7547525
2 changed files with 58 additions and 27 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ apply plugin: "application"
apply plugin: "maven"
group = "com.jdblabs"
version = "1.0"
version = "1.1"
mainClassName = "com.jdblabs.file.treediff.TreeDiff"
repositories {