mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-10-31 23:59:33 +01:00
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
|
|
dependencies {
|
|
// version must be manually kept in sync with the one in root project settings.gradle.kts
|
|
implementation("com.github.johnrengelman", "shadow", "8.1.1")
|
|
}
|