Gradle 4 and Android plugin 3 improvements #433

This commit is contained in:
Emux 2017-10-29 20:23:04 +02:00
parent 1aa5f24e11
commit 53dbb737fb

View File

@ -30,7 +30,7 @@ sourceSets {
}
}
mainClassName = "org.oscim.test.MapsforgeMultiTest"
mainClassName = "org.oscim.test.MapsforgeTest"
run {
if (project.hasProperty("args")) {
args project.getProperty("args").split(",")