2022-12-08 20:45:18 +01:00
eclipse {
project {
name = "Dynmap(Spigot-1.19.3)"
}
}
description = 'bukkit-helper-1.19.3'
2023-05-10 15:52:53 +02:00
sourceCompatibility = targetCompatibility = compileJava . sourceCompatibility = compileJava . targetCompatibility = JavaLanguageVersion . of ( 17 ) // Need this here so eclipse task generates correctly.
2022-12-08 20:45:18 +01:00
dependencies {
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.19.3-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc' , name: 'spigot' , version: '1.19.3-R0.1-SNAPSHOT'
2022-12-08 20:45:18 +01:00
}