ViaVersion/build-logic/build.gradle.kts

13 lines
275 B
Plaintext
Raw 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
2021-05-09 10:25:57 +02:00
implementation("gradle.plugin.com.github.jengelman.gradle.plugins", "shadow", "7.0.0")
2021-05-25 06:58:34 +02:00
}