Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
13 Zeilen
298 B
Plaintext
13 Zeilen
298 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("net.kyori", "indra-common", "1.3.1")
|
|
implementation("net.kyori", "indra-publishing-gradle-plugin", "1.3.1")
|
|
implementation("com.github.jengelman.gradle.plugins", "shadow", "6.1.0")
|
|
} |