java-commons/buildSrc/build.gradle.kts
JFronny 8c37393edf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: bump kotlin
2023-09-22 18:22:04 +02:00

15 lines
300 B
Plaintext

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