mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-05 01:59:44 +01:00
Merge pull request #3562 from kosma/fabric-fixes
fabric/build.gradle: replace compile with implementation
This commit is contained in:
commit
0381bbf0e8
@ -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…
Reference in New Issue
Block a user