Inceptum/buildSrc/build.gradle.kts

12 lines
226 B
Plaintext
Raw Normal View History

2022-09-04 21:21:24 +02:00
plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}
dependencies {
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
implementation("de.undercouch:gradle-download-task:5.1.2")
}