dynmap/bukkit-helper-116-2/build.gradle

18 lines
627 B
Groovy
Raw Permalink Normal View History

2022-02-07 17:04:12 +01:00
eclipse {
project {
name = "Dynmap(Spigot-1.16.2)"
}
}
2020-08-13 04:40:06 +02:00
2022-02-07 17:04:12 +01:00
description = 'bukkit-helper-1.16.2'
2020-08-13 04:40:06 +02:00
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
2020-08-13 04:40:06 +02:00
dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
2023-06-10 05:42:40 +02:00
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.16.2-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.16.2-R0.1-SNAPSHOT'
2020-08-13 04:40:06 +02:00
}