Open
Description
Python implements an unowned_dependency_behavior
flag, which when set to warning
or error
will report that the owners of particular import
statements could not be located. These warnings almost always represent misconfigurations due to bad source roots, missing thirdparty artifacts, missing thirdparty package
metadata, etc.
It would be very good to add something similar for the JVM.
Activity