14 lines
299 B
Plaintext
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.2-SNAPSHOT")
|
|
} |