mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-14 14:25:21 +01:00
16 lines
459 B
Groovy
16 lines
459 B
Groovy
eclipse {
|
|
project {
|
|
name = "Dynmap(Spigot-1.18.2)"
|
|
}
|
|
}
|
|
|
|
description = 'bukkit-helper-1.18.2'
|
|
|
|
dependencies {
|
|
implementation project(':bukkit-helper')
|
|
implementation project(':dynmap-api')
|
|
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
|
implementation group: 'org.spigotmc', name: 'spigot-api', version:'1.18.2-R0.1-SNAPSHOT'
|
|
implementation group: 'org.spigotmc', name: 'spigot', version:'1.18.2-R0.1-SNAPSHOT'
|
|
}
|