mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2026-01-03 14:12:25 +00:00
13 lines
190 B
Plaintext
13 lines
190 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
java
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("gradle.plugin.com.github.jengelman.gradle.plugins", "shadow", "7.0.0")
|
|
}
|