4 lines
239 B
Groovy
4 lines
239 B
Groovy
// must override project name to 'droiddriver'. otherwise the root folder name will
|
|
// be used in jcenter and that could be named anything.
|
|
// see http://gradle.org/docs/current/userguide/maven_plugin.html
|
|
rootProject.name = 'droiddriver'
|