Home | History | Annotate | Download | only in api-doclet
      1 description = 'Conscrypt: API Doclet'
      2 
      3 dependencies {
      4     compile fileTree(dir: "${System.properties['java.home']}/../lib", include: '*tools.jar')
      5 }
      6 
      7 // Don't include this artifact in the distribution.
      8 tasks.install.enabled = false
      9 tasks.uploadArchives.enabled = false;
     10