1
0
mirror of https://github.com/yairm210/Unciv.git synced 2025-03-05 15:10:55 +07:00
Unciv/buildSrc/build.gradle.kts
Daniel Bälz 47d7e8ef09
Gradle Kotlin DSL ()
* Ease migration to Gradle Kotlin DSL by changing quotes, function calls and plugin definitions

* Migrate build scripts to Gradle Kotlin DSL
2020-05-19 00:14:01 +03:00

7 lines
60 B
Plaintext

plugins {
`kotlin-dsl`
}
repositories {
jcenter()
}