mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
18 lines
352 B
Plaintext
18 lines
352 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.lombok)
|
|
implementation(libs.micronaut)
|
|
implementation(libs.indra.common)
|
|
implementation(libs.indra.git)
|
|
implementation(libs.indra.licenser.spotless)
|
|
implementation(libs.shadow)
|
|
implementation(libs.gradle.idea.ext)
|
|
}
|