removed jackson and java 8

This commit is contained in:
Ritvik Saraf
2018-09-26 03:20:29 +05:30
parent c1199c8fcf
commit 8e27801183
8 changed files with 231 additions and 123 deletions

View File

@@ -1,7 +1,7 @@
allprojects {
apply plugin: 'java-library'
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 1.7
targetCompatibility = 1.7
version 'v0.13.0'