9 lines
184 B
Groovy
9 lines
184 B
Groovy
|
|
description = 'Conscrypt: API Doclet'
|
||
|
|
|
||
|
|
def toolsJar = org.gradle.internal.jvm.Jvm.current().toolsJar
|
||
|
|
if (toolsJar != null) {
|
||
|
|
dependencies {
|
||
|
|
compile files(toolsJar)
|
||
|
|
}
|
||
|
|
}
|