build.gradle: rename compile -> implementation
This commit is contained in:
parent
17375603e7
commit
bc0f25a21d
22 changed files with 84 additions and 84 deletions
|
|
@ -10,22 +10,22 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile group: 'org.bukkit', name: 'bukkit', version: '1.7.10-R0.1-SNAPSHOT'
|
||||
compile 'com.nijikokun.bukkit:Permissions:3.1.6'
|
||||
compile 'me.lucko.luckperms:luckperms-api:4.3'
|
||||
compile 'net.luckperms:api:5.0'
|
||||
implementation group: 'org.bukkit', name: 'bukkit', version: '1.7.10-R0.1-SNAPSHOT'
|
||||
implementation 'com.nijikokun.bukkit:Permissions:3.1.6'
|
||||
implementation 'me.lucko.luckperms:luckperms-api:4.3'
|
||||
implementation 'net.luckperms:api:5.0'
|
||||
compile('com.github.MilkBowl:VaultAPI:1.7') { transitive = false }
|
||||
compileOnly 'net.skinsrestorer:skinsrestorer:14.1.0-SNAPSHOT@jar'
|
||||
compile project(":dynmap-api")
|
||||
compile project(path: ":DynmapCore", configuration: "shadow")
|
||||
compile group: 'ru.tehkode', name: 'PermissionsEx', version: '1.19.1'
|
||||
compile group: 'de.bananaco', name: 'bPermissions', version: '2.9.1'
|
||||
compile group: 'com.platymuus.bukkit.permissions', name: 'PermissionsBukkit', version: '1.6'
|
||||
compile group: 'org.anjocaido', name: 'EssentialsGroupManager', version: '2.10.1'
|
||||
compile group: 'org.bstats', name: 'bstats-bukkit', version: '1.5'
|
||||
compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
|
||||
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
|
||||
compile project(':bukkit-helper')
|
||||
implementation project(":dynmap-api")
|
||||
implementation project(path: ":DynmapCore", configuration: "shadow")
|
||||
implementation group: 'ru.tehkode', name: 'PermissionsEx', version: '1.19.1'
|
||||
implementation group: 'de.bananaco', name: 'bPermissions', version: '2.9.1'
|
||||
implementation group: 'com.platymuus.bukkit.permissions', name: 'PermissionsBukkit', version: '1.6'
|
||||
implementation group: 'org.anjocaido', name: 'EssentialsGroupManager', version: '2.10.1'
|
||||
implementation group: 'org.bstats', name: 'bstats-bukkit', version: '1.5'
|
||||
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
|
||||
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
|
||||
implementation project(':bukkit-helper')
|
||||
implementation(project(':bukkit-helper-113-2')) {
|
||||
transitive = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue