fix: add line break to gradle.properties for template testing#57107
fix: add line break to gradle.properties for template testing#57107hurali97 wants to merge 1 commit into
Conversation
|
cc: @cortinico - This fixes the failing CI jobs on main for template testing. As an alternative, we can add a line break directly in the |
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this in D107880136. |
cortinico
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
|
This pull request was successfully merged by @hurali97 in b392035 When will my fix make it into a release? | How to file a pick request? |
|
@cipolleschi merged this pull request in b392035. |
|
This did not work @hurali97 CI is still broken on main with: |
|
Strange, Let me take care of this tomorrow! |
|
Added here - #57114 Let's wait for the CI jobs to be finished, so we are sure this works 🙏 |
Summary:
This fixes the failing CI jobs on main for
templatetesting. The job fails as they echoreact.internal.mavenLocalRepo=...to thegradle.propertiesof template test project. As a result of which thegradle.propertieslook like below:To fix it we add a line break in the
echocommand.Changelog:
[INTERNAL] [FIXED] - add line break to gradle.properties for template testing
Test Plan: