You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-dataconnect/gradleplugin/plugin/src/main/kotlin/com/google/firebase/dataconnect/gradle/plugin/UpdateDataConnectExecutableVersionsTask.kt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ abstract class UpdateDataConnectExecutableVersionsTask : DefaultTask() {
197
197
198
198
if (version in invalidVersions) {
199
199
logger.info(
200
-
"Ignoring Data Connect executable file: {} "+"(version {} is a known invalid version)",
200
+
"Ignoring Data Connect executable file: {} (version {} is a known invalid version)",
201
201
name,
202
202
versionString
203
203
)
@@ -271,8 +271,8 @@ abstract class UpdateDataConnectExecutableVersionsTask : DefaultTask() {
271
271
val fileNameRegex =".*dataconnect-emulator-([^-]+)-v(.*)".toRegex()
272
272
273
273
/**
274
-
* Creates a returns a new list that contains all elements of the receiving [Iterable] that are
275
-
* not in the given registry.
274
+
* Creates and returns a new list that contains all elements of the receiving [Iterable] that
0 commit comments