• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if (!configurations.findByName("default")) {
2    // allow other projects to directly use 'ub-uiautomator.jar'
3    configurations.create("default")
4}
5
6artifacts.add("default", file('ub-uiautomator.jar'))
7