build.gradle: rename compile -> implementation

This commit is contained in:
Kosma Moczek 2021-06-27 13:51:12 +02:00
parent 17375603e7
commit bc0f25a21d
22 changed files with 84 additions and 84 deletions

View file

@ -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'
}