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