1description = 'Conscrypt: API Doclet'
2
3def toolsJar = org.gradle.internal.jvm.Jvm.current().toolsJar
4if (toolsJar != null) {
5    dependencies {
6        compile files(toolsJar)
7    }
8}
9