Reflections: `reflections.get(SubTypes.of(…).asClass())` does not work when resources are from an external jar
I’m currently running Spring Boot 3.2.1 with Java 17, with Gradle 8.4 as a build tool and using Reflections 0.10.2 (latest version as of writing). Our project is a multi-module project, but for simplicity, assume we have 2 modules, with one module being the main, bootable module (boot jar) while the other module is something like a plugin and is not bootable. Gradle will end up building 2 different JARs, one being a Spring Boot bootable jar while the other will be a plain non-bootable jar.