Skip to content

Commit 0170dc8

Browse files
committed
dataconnect.yml: echo a newline into gradle.properties since it does not already end with a newline
1 parent c4eb174 commit 0170dc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dataconnect.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
9292
# Speed up build times and also avoid configuring firebase-crashlytics-ndk
9393
# which is finicky integrating with the Android NDK.
94+
echo >> gradle.properties
9495
echo "org.gradle.configureondemand=true" >> gradle.properties
9596
9697
./gradlew \

0 commit comments

Comments
 (0)