mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2026-01-06 15:42:03 +00:00
15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.indra.common)
|
|
implementation(libs.indra.git)
|
|
implementation(libs.shadow)
|
|
implementation(libs.gradle.idea.ext)
|
|
}
|