You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Do not suggest changing the dependency api project(':abstract') for the :impl project to unused. As removing this dependency won't compile the project.
Additional context
Changing the dependency from api to implementation will cause upstream issue, e.g. Cannot access IPermission
The text was updated successfully, but these errors were encountered:
I know I've been sitting on this one for a while, but it's because I find it terribly confusing. This issue suggests a really crazy bug that multiple regression tests ought to prevent. I appreciate the issue and the PR, and will take a look when I can.
Plugin version
main@ccaadc5fc86155f57650325784d6f105afe1be9b / 0.78.1-snapshot
Gradle version
7.2
Describe the bug
To Reproduce
abstract/src/main/java/IPermission.java
impl/src/main/java/WebPermission.java
Expected behavior
Do not suggest changing the dependency
api project(':abstract')
for the:impl
project to unused. As removing this dependency won't compile the project.Additional context
Changing the dependency from
api
toimplementation
will cause upstream issue, e.g.Cannot access IPermission
The text was updated successfully, but these errors were encountered: