1description = 'Conscrypt: Android-Stub' 2 3dependencies { 4 compileOnly project(':conscrypt-libcore-stub') 5} 6 7// Disable the javadoc task. 8tasks.withType(Javadoc).configureEach { enabled = false } 9