blob: 741145924523c08060107d84baaf52fef3fe8fe2 [file] [log] [blame]
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'),
configurations.publicApiDocs
compile libraries.junit
}
// Disable the javadoc task.
tasks.withType(Javadoc).configureEach { enabled = false }