Inceptum/buildSrc/build.gradle.kts
JFronny 37872e6c79
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Bump commons + gson-compile. Introduces safe writing (no more half-written config files!)
2023-01-22 16:17:43 +01:00

14 lines
345 B
Plaintext

plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
maven("https://maven.frohnmeyer-wds.de/artifacts")
}
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")
}