We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab1e98 commit c7d4208Copy full SHA for c7d4208
buildSrc/src/main/java/com/google/firebase/gradle/plugins/BaseFirebaseLibraryPlugin.kt
@@ -50,7 +50,6 @@ import org.w3c.dom.Element
50
*/
51
abstract class BaseFirebaseLibraryPlugin : Plugin<Project> {
52
protected fun setupDefaults(project: Project, library: FirebaseLibraryExtension) {
53
- library.previewMode.set("")
54
with(library) {
55
previewMode.convention("")
56
publishJavadoc.convention(true)
0 commit comments