1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-14 13:00:08 +02:00
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
60 B
Plaintext

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