forked from SteamWar/SteamWar
Convert buildSrc from gradle/groovy to kts/kotlin
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
plugins {
|
||||
`kotlin-dsl`
|
||||
`groovy-gradle-plugin`
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -27,13 +26,6 @@ repositories {
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
groovy.srcDirs("src/main/groovy")
|
||||
kotlin.srcDirs("src/main/kotlin")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user