added comments extractor

This commit is contained in:
Ritvik Saraf
2018-08-20 04:22:19 +05:30
parent 1e7bcfbd66
commit 53d3997904
17 changed files with 1007 additions and 159 deletions

View File

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