9 lines
197 B
Groovy
9 lines
197 B
Groovy
description = 'Conscrypt: Android-Stub'
|
|
|
|
dependencies {
|
|
compileOnly project(':conscrypt-libcore-stub')
|
|
}
|
|
|
|
// Disable the javadoc task.
|
|
tasks.withType(Javadoc).configureEach { enabled = false }
|