mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
11 lines
265 B
Groovy
11 lines
265 B
Groovy
|
dependencies {
|
||
|
// Platform
|
||
|
compileOnly(libs.spigotapi)
|
||
|
|
||
|
// Adventure (runtime downloaded by :bukkit)
|
||
|
compileOnly(libs.adventure.platform.bukkit)
|
||
|
|
||
|
// Common
|
||
|
compileOnly project(':bukkit:bukkit-bukkit1_12')
|
||
|
compileOnly project(':common')
|
||
|
}
|