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
Don't extend configuration compileOnly and testCompile from shaded (#9579)
Don't extend configuration testCompile from shaded
* using testCompile has been discouraged since Gradle 3.4
* made sure dependencies on all other configurations are unchanged
* no need to change it to testImplementation since testCompileClasspath
and testRuntimeClasspath extend from implementation
Don't extend configuration compileOnly from shaded
* compileClasspath already extends from implementation
---------
Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
0 commit comments