blob: 2a78b68b9734ae169a89288445f6d0167bd6524e [file] [log] [blame]
if (!configurations.findByName("default")) {
// allow other projects to directly use 'ub-uiautomator.jar'
configurations.create("default")
}
artifacts.add("default", file('ub-uiautomator.jar'))