* build: update build-time dependencies, address new warnings * build: switch to central repo declaration, remove redundant repositories * build: use spotless predeclaration, more task avoidance on kotlin modules
8 lines
117 B
Kotlin
8 lines
117 B
Kotlin
plugins {
|
|
id("cloud.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.cloudCore)
|
|
compileOnly(libs.jda)
|
|
}
|