⚡ Switch to gradle
This commit is contained in:
parent
05dcd52659
commit
4ca47777a3
45 changed files with 752 additions and 2056 deletions
18
cloud-minecraft/cloud-cloudburst-test/build.gradle
Normal file
18
cloud-minecraft/cloud-cloudburst-test/build.gradle
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
def adventureVersion = '4.0.0-SNAPSHOT'
|
||||
|
||||
shadowJar {
|
||||
dependencies {
|
||||
include(project(':cloud-cloudburst'))
|
||||
include(project(':cloud-annotations'))
|
||||
include(project(':cloud-core'))
|
||||
include(project(':cloud-services'))
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':cloud-cloudburst')
|
||||
compile project(':cloud-annotations')
|
||||
compileOnly 'org.cloudburstmc:cloudburst-server:1.0.0-SNAPSHOT'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue