build.gradle: rename compile -> implementation
This commit is contained in:
parent
17375603e7
commit
bc0f25a21d
22 changed files with 84 additions and 84 deletions
|
|
@ -29,7 +29,7 @@ minecraft {
|
|||
project.archivesBaseName = "${project.archivesBaseName}-forge-1.16.2"
|
||||
|
||||
dependencies {
|
||||
compile project(path: ":DynmapCore", configuration: "shadow")
|
||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||
minecraft 'net.minecraftforge:forge:1.16.2-33.0.5'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue