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