2022-02-07 17:04:12 +01:00
|
|
|
apply plugin: 'eclipse'
|
|
|
|
|
|
|
|
eclipse {
|
|
|
|
project {
|
|
|
|
name = "Dynmap(Spigot-Common)"
|
|
|
|
}
|
|
|
|
}
|
2018-08-12 06:11:20 +02:00
|
|
|
|
2018-08-12 06:27:52 +02:00
|
|
|
description = 'bukkit-helper'
|
2018-08-12 06:11:20 +02:00
|
|
|
|
|
|
|
dependencies {
|
2021-06-27 13:51:12 +02:00
|
|
|
implementation project(':dynmap-api')
|
|
|
|
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
2022-08-08 22:40:27 +02:00
|
|
|
implementation group: 'org.bukkit', name: 'bukkit', version:'1.10.2-R0.1-SNAPSHOT'
|
2022-06-06 00:35:50 +02:00
|
|
|
implementation group: 'com.google.code.gson', name: 'gson', version:'2.8.9'
|
2018-08-12 06:11:20 +02:00
|
|
|
}
|