mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-13 05:54:40 +01:00
16 lines
448 B
Groovy
16 lines
448 B
Groovy
eclipse {
|
|
project {
|
|
name = "Dynmap(Spigot-1.15)"
|
|
}
|
|
}
|
|
|
|
description = 'bukkit-helper-1.15'
|
|
|
|
dependencies {
|
|
implementation project(':bukkit-helper')
|
|
implementation project(':dynmap-api')
|
|
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
|
implementation group: 'org.bukkit', name: 'bukkit', version:'1.15-R0.1-SNAPSHOT'
|
|
implementation group: 'org.bukkit', name: 'craftbukkit', version:'1.15-R0.1-SNAPSHOT'
|
|
}
|