build.gradle: rename compile -> implementation
This commit is contained in:
parent
17375603e7
commit
bc0f25a21d
22 changed files with 84 additions and 84 deletions
|
|
@ -16,7 +16,7 @@ apply plugin: 'eclipse'
|
|||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
dependencies {
|
||||
compile project(path: ":DynmapCore", configuration: "shadow")
|
||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||
minecraft 'net.minecraftforge:forge:1.13.2-25.0.219'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue