blob: 229e9d1977281a6bd470f9c829a6ec2f709d14cc [file] [log] [blame]
description = 'Conscrypt: API Doclet'
def toolsJar = org.gradle.internal.jvm.Jvm.current().toolsJar
if (toolsJar != null) {
dependencies {
compile files(toolsJar)
}
}