blob: 528c0f5494d31bb3aa0df319ad112bf68346fda1 [file] [log] [blame] [edit]
description = 'Conscrypt: libcore Stub'
configurations {
publicApiDocs
}
dependencies {
// This is used for the @Internal annotation processing in JavaDoc
publicApiDocs project(':conscrypt-api-doclet')
// Only compile against this. Other modules will embed the generated code directly.
compileOnly project(':conscrypt-constants')
testImplementation libraries.junit
}
// Disable the javadoc task.
tasks.withType(Javadoc).configureEach { enabled = false }