Skip to content

Commit 53af4e3

Browse files
committed
fix: add line break to gradle.properties for template testing
1 parent df0d7de commit 53af4e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-android-templateapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
echo "Feed maven local to gradle.properties"
6868
cd /tmp/RNTestProject
69-
echo "react.internal.mavenLocalRepo=$MAVEN_LOCAL" >> android/gradle.properties
69+
echo "\nreact.internal.mavenLocalRepo=$MAVEN_LOCAL" >> android/gradle.properties
7070
7171
# Build
7272
cd android

scripts/release-testing/test-release-local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ async function testRNTestProject(
292292

293293
// need to do this here so that Android will be properly setup either way
294294
exec(
295-
`echo "react.internal.mavenLocalRepo=${mavenLocalPath}" >> android/gradle.properties`,
295+
`echo "\nreact.internal.mavenLocalRepo=${mavenLocalPath}" >> android/gradle.properties`,
296296
);
297297

298298
// Only build the simulator architecture. CI is however generating only that one.

0 commit comments

Comments
 (0)