gematik / E-Rezept-App-Android

The official Android App of the german e-prescription
Other
72 stars 13 forks source link

Cannot build project because ci-overrides.properties is missing #8

Closed GianlucaVeschi closed 1 year ago

GianlucaVeschi commented 1 year ago

I tried to clone the project and build it locally but compilation failed with

A problem occurred configuring project ':android'.
> java.io.FileNotFoundException: The file '...\E-Rezept-App-Android\ci-overrides.properties' could not be found

I see it is not tracked by default on .gitignore so It would be great if the README provided information on how to mock that file.

GianlucaVeschi commented 1 year ago

As spoken today, it is enough to provide such a file with random values to build the project. Will close the issue and leave it for reference.