ViaBackwards/build-logic/build.gradle.kts
2021-12-23 11:41:57 +01:00

13 lines
264 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("gradle.plugin.com.github.johnrengelman", "shadow", "7.1.1")
}