java-commons/buildSrc/build.gradle.kts
JFronny c8f6b0b6c4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Repackage
2023-01-20 18:52:57 +01:00

14 lines
299 B
Plaintext

plugins {
`kotlin-dsl`
}
repositories {
mavenCentral()
gradlePluginPortal()
maven("https://maven.frohnmeyer-wds.de/artifacts")
}
dependencies {
implementation("org.gradle.kotlin:gradle-kotlin-dsl-plugins:2.3.3")
implementation("io.gitlab.jfronny:convention:1.3-SNAPSHOT")
}