I’d like to add a single jar (javax.inject) to the existing, inferred module path, since Gradle isn’t adding it on its own. Is there any way to get the inferred module path like there is with the classpath?
I’d like to add a single jar (javax.inject) to the existing, inferred module path, since Gradle isn’t adding it on its own. Is there any way to get the inferred module path like there is with the classpath?