⚡ Switch to gradle
This commit is contained in:
parent
05dcd52659
commit
4ca47777a3
45 changed files with 752 additions and 2056 deletions
8
cloud-minecraft/cloud-paper/build.gradle
Normal file
8
cloud-minecraft/cloud-paper/build.gradle
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
dependencies {
|
||||
api (project(':cloud-bukkit')) {
|
||||
/* Exposed by Bukkit */
|
||||
exclude group: 'com.google.guava', module: 'guava'
|
||||
}
|
||||
compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT'
|
||||
compileOnly 'com.destroystokyo.paper:paper-mojangapi:1.15.2-R0.1-SNAPSHOT'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue