Hamilton Lima
Results
2
comments of
Hamilton Lima
Thats my stacktrace hope it helps on the fix WARNING: could not create Vfs.Dir from url. ignoring the exception and continuing org.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching...
Based on @karelCemus workaround fixed with this: ``` Reflections reflections = new Reflections(new ConfigurationBuilder().setUrls(ClasspathHelper.forPackage( packageName, ClasspathHelper.contextClassLoader(), ClasspathHelper.staticClassLoader())) ); ```