mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-07-24 05:11:35 +00:00
16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.indra.common)
|
|
implementation(libs.indra.git)
|
|
implementation(libs.indra.licenser.spotless)
|
|
implementation(libs.shadow)
|
|
implementation(libs.gradle.idea.ext)
|
|
}
|