Merge pull request #3562 from kosma/fabric-fixes
fabric/build.gradle: replace compile with implementation
This commit is contained in:
commit
84b3d6430b
5 changed files with 5 additions and 5 deletions
|
|
@ -19,7 +19,7 @@ group = parent.group
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
shadow
|
shadow
|
||||||
compile.extendsFrom(shadow)
|
implementation.extendsFrom(shadow)
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ group = parent.group
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
shadow
|
shadow
|
||||||
compile.extendsFrom(shadow)
|
implementation.extendsFrom(shadow)
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ group = parent.group
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
shadow
|
shadow
|
||||||
compile.extendsFrom(shadow)
|
implementation.extendsFrom(shadow)
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ group = parent.group
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
shadow
|
shadow
|
||||||
compile.extendsFrom(shadow)
|
implementation.extendsFrom(shadow)
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ group = parent.group
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
shadow
|
shadow
|
||||||
compile.extendsFrom(shadow)
|
implementation.extendsFrom(shadow)
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue