ViaVersion/build-logic/build.gradle.kts
2024-08-08 10:55:56 +02:00

13 lines
259 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.gradleup.shadow", "shadow-gradle-plugin", "8.3.0")
}