mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-05 09:42:16 +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")
|
|
} |