Cleanup directory structure
This commit is contained in:
parent
ef3a8c356c
commit
e4d0261a07
26 changed files with 11 additions and 11 deletions
10
bukkit-helper-113/build.gradle
Normal file
10
bukkit-helper-113/build.gradle
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
description = 'bukkit-helper-1.13'
|
||||
|
||||
dependencies {
|
||||
compile project(':bukkit-helper')
|
||||
compile group: 'us.dynmap', name: 'dynmap-api', version: "${project.version}"
|
||||
compile group: 'us.dynmap', name: 'DynmapCore', version: "${project.version}"
|
||||
compile group: 'org.bukkit', name: 'bukkit', version:'1.13-R0.1-SNAPSHOT'
|
||||
compile group: 'org.bukkit', name: 'craftbukkit', version:'1.13-R0.1-SNAPSHOT'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue