ViaVersion/build-logic/build.gradle.kts

13 lines
250 B
Plaintext
Raw Permalink Normal View History

2021-02-17 17:50:47 +01:00
plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}
dependencies {
2021-05-25 06:58:34 +02:00
// version must be manually kept in sync with the one in root project settings.gradle.kts
2023-07-11 23:34:37 +02:00
implementation("com.github.johnrengelman", "shadow", "8.1.1")
2021-05-25 06:58:34 +02:00
}