Re-enable jar scanning

This commit is contained in:
Mike Cifelli 2018-10-21 08:43:10 -04:00
parent 15dc6ce7b7
commit 0695ddc1f2
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ object FunctionTable {
private val table = mutableMapOf<String, LispFunction>()
private val classGraph = ClassGraph()
.disableJarScanning()
.enableClassInfo()
.enableAnnotationInfo()
.whitelistPackages("function.builtin")