⚡ Switch to gradle
This commit is contained in:
parent
05dcd52659
commit
4ca47777a3
45 changed files with 752 additions and 2056 deletions
12
cloud-minecraft/cloud-bukkit/build.gradle
Normal file
12
cloud-minecraft/cloud-bukkit/build.gradle
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
dependencies {
|
||||
api (project(':cloud-core')) {
|
||||
/* Exposed by Bukkit */
|
||||
exclude group: 'com.google.guava', module: 'guava'
|
||||
}
|
||||
api (project(':cloud-brigadier')) {
|
||||
/* Once again exposed by Bukkit */
|
||||
exclude group: 'com.google.guava', module: 'guava'
|
||||
}
|
||||
implementation 'org.bukkit:bukkit:1.8.8-R0.1-SNAPSHOT'
|
||||
implementation 'me.lucko:commodore:1.9'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue