ronmamo

Results 14 comments of ronmamo

thanks @stadler , adding this to next release

ftu `ConfigurationBuilder.forPackage()` was added, so `ClasspathHelper` can be avoided. adding inputs filter respectively though was omitted, it might create confusion. alternatively, you can use the convenient constructor to achieve that...

thanks @pgrt , yes these new tests are flaky depending on the jvm, will be `@Disabled` by default soon.

This might help for the meanwhile: libraryDependencies += "org.reflections" %% "reflections" % "0.9.11" artifacts( Artifact("reflections", "", "jar")) Current 0.9.11 artifact in repo1 is w/o the ${packaging.type} variable (I've pushed it...