Home | History | Annotate | Download | only in icu4j
      1 if (!configurations.findByName("default")) {
      2     // allow other projects to directly use 'icu4j.jar'
      3     configurations.create("default")
      4 }
      5 
      6 artifacts.add("default", file('icu4j.jar'))
      7