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
Getting rid of direct cross-project dependencies to avoid gradle warnings (#1868)
This commit avoids gradle warnings when running ./gradlew :qa:kerberos:compileJava. The :qa:kerberos project
had been directly pulling in the itest.runtimeClasspath from the storm and hadoop-mr projects, which is not allowed
in gradle 8.
0 commit comments