fdroidserver/tests/source-files/org.tasks/buildSrc/build.gradle.kts
Hans-Christoph Steiner bfe587979d import: make it work most of the time with git repos
This includes real tests too.
2020-02-13 13:51:52 +01:00

7 lines
No EOL
60 B
Kotlin

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