Inceptum/buildSrc/build.gradle.kts

14 lines
345 B
Plaintext
Raw Normal View History

2022-09-04 21:21:24 +02:00
plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
maven("https://maven.frohnmeyer-wds.de/artifacts")
2022-09-04 21:21:24 +02:00
}
dependencies {
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
implementation("de.undercouch:gradle-download-task:5.1.2")
implementation("io.gitlab.jfronny:convention:1.3-SNAPSHOT")
2022-09-04 21:21:24 +02:00
}