7 lines
345 B
Groovy
7 lines
345 B
Groovy
ext.ddArtifactId = 'droiddriver'
|
|
ext.ddGroup = 'io.appium'
|
|
ext.ddVersion = '1.0.0-SNAPSHOT'
|
|
ext.ddWebsite = 'https://github.com/appium/droiddriver'
|
|
ext.ddTracker = 'https://github.com/appium/droiddriver/issues'
|
|
ext.ddGit = 'https://github.com/appium/droiddriver.git'
|
|
ext.ddDescription = 'Android UI testing framework'
|