mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-02 16:49:37 +01:00
13 lines
298 B
Plaintext
13 lines
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")
|
|
} |