Merge pull request #3562 from kosma/fabric-fixes

fabric/build.gradle: replace compile with implementation
This commit is contained in:
mikeprimm 2021-12-14 22:19:36 -06:00 committed by GitHub
commit 0381bbf0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ group = parent.group
configurations {
shadow
compile.extendsFrom(shadow)
implementation.extendsFrom(shadow)
}
dependencies {

View File

@ -19,7 +19,7 @@ group = parent.group
configurations {
shadow
compile.extendsFrom(shadow)
implementation.extendsFrom(shadow)
}
dependencies {

View File

@ -19,7 +19,7 @@ group = parent.group
configurations {
shadow
compile.extendsFrom(shadow)
implementation.extendsFrom(shadow)
}
dependencies {

View File

@ -19,7 +19,7 @@ group = parent.group
configurations {
shadow
compile.extendsFrom(shadow)
implementation.extendsFrom(shadow)
}
dependencies {

View File

@ -24,7 +24,7 @@ group = parent.group
configurations {
shadow
compile.extendsFrom(shadow)
implementation.extendsFrom(shadow)
}
dependencies {