mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
java
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("gradle.plugin.com.github.jengelman.gradle.plugins", "shadow", "7.0.0")
|
|
implementation("org.jfrog.buildinfo", "build-info-extractor-gradle", "4.25.2")
|
|
}
|