Skip to content

Commit c7d4208

Browse files
committed
Update BaseFirebaseLibraryPlugin.kt
1 parent 6ab1e98 commit c7d4208

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/BaseFirebaseLibraryPlugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ import org.w3c.dom.Element
5050
*/
5151
abstract class BaseFirebaseLibraryPlugin : Plugin<Project> {
5252
protected fun setupDefaults(project: Project, library: FirebaseLibraryExtension) {
53-
library.previewMode.set("")
5453
with(library) {
5554
previewMode.convention("")
5655
publishJavadoc.convention(true)

0 commit comments

Comments
 (0)