Skip to content

Commit fc6de83

Browse files
committed
Use the attribute instead of the method
One lists and the other modifies
1 parent 1242a16 commit fc6de83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/main/java/com/google/firebase/gradle/plugins/FirebaseJavaLibraryPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class FirebaseJavaLibraryPlugin : BaseFirebaseLibraryPlugin() {
125125
.sourceSets
126126
.getByName("main")
127127
.java
128-
.srcDirs()
128+
.srcDirs
129129
)
130130

131131
val apiInfo = getApiInfo(project, srcDirs)

0 commit comments

Comments
 (0)