File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
firebase-dataconnect/demo Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -277,19 +277,17 @@ run {
277
277
outputDirectory = layout.buildDirectory.dir(" dataConnect/generatedSources" )
278
278
279
279
firebaseCommand =
280
- project.providers
281
- .gradleProperty(" dataConnect.demo.firebaseCommand" )
282
- .orElse(" firebase" )
280
+ project.providers.gradleProperty(" dataConnect.demo.firebaseCommand" ).orElse(" firebase" )
283
281
284
282
nodeExecutableDirectory =
285
283
project.providers.gradleProperty(" dataConnect.demo.nodeExecutableDirectory" ).map {
286
284
projectDirectory.dir(it).asFile.absolutePath
287
285
}
288
286
289
287
dataConnectEmulatorExecutable =
290
- project.providers
291
- .gradleProperty( " dataConnect.demo.dataConnectEmulatorExecutable " )
292
- .map { projectDirectory.file(it) }
288
+ project.providers.gradleProperty( " dataConnect.demo.dataConnectEmulatorExecutable " ).map {
289
+ projectDirectory.file(it )
290
+ }
293
291
294
292
val path = providers.environmentVariable(" PATH" )
295
293
firebaseToolsVersion =
You can’t perform that action at this time.
0 commit comments