build.gradle: rename compile -> implementation

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

View file

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