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