mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-05 01:59:44 +01:00
12 lines
389 B
Groovy
12 lines
389 B
Groovy
|
|
description = 'bukkit-helper-1.16.3'
|
|
|
|
dependencies {
|
|
implementation project(':bukkit-helper')
|
|
implementation project(':dynmap-api')
|
|
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
|
implementation group: 'org.spigotmc', name: 'spigot-api', version:'1.16.3-R0.1-SNAPSHOT'
|
|
implementation group: 'org.spigotmc', name: 'spigot', version:'1.16.3-R0.1-SNAPSHOT'
|
|
|
|
}
|