2022-02-07 17:04:12 +01:00
eclipse {
project {
name = "Dynmap(Spigot-1.17)"
}
}
2021-06-12 04:59:04 +02:00
description = 'bukkit-helper-1.17'
2023-05-10 15:52:53 +02:00
sourceCompatibility = targetCompatibility = compileJava . sourceCompatibility = compileJava . targetCompatibility = JavaLanguageVersion . of ( 16 ) // Need this here so eclipse task generates correctly.
2021-06-12 04:59:04 +02:00
dependencies {
2021-06-27 13:51:12 +02:00
implementation project ( ':bukkit-helper' )
implementation project ( ':dynmap-api' )
implementation project ( path: ':DynmapCore' , configuration: 'shadow' )
2023-06-09 09:47:31 +02:00
compileOnly group: 'org.spigotmc' , name: 'spigot-api' , version: '1.17-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc' , name: 'spigot' , version: '1.17-R0.1-SNAPSHOT'
2021-06-12 04:59:04 +02:00
}