build.gradle: rename compile -> implementation
This commit is contained in:
parent
ed7340befc
commit
cf121956c3
22 changed files with 84 additions and 84 deletions
|
|
@ -2,8 +2,8 @@
|
|||
description = "dynmap-api"
|
||||
|
||||
dependencies {
|
||||
compile group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
|
||||
compile project(":DynmapCoreAPI")
|
||||
implementation group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
|
||||
implementation project(":DynmapCoreAPI")
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue