Commit 2fa7f65
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]>1 parent 99981f8 commit 2fa7f65
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments