7 lines
203 B
Groovy
7 lines
203 B
Groovy
if (!configurations.findByName("default")) {
|
|
// allow other projects to directly use 'ub-uiautomator.jar'
|
|
configurations.create("default")
|
|
}
|
|
|
|
artifacts.add("default", file('ub-uiautomator.jar'))
|