Closed FabianFrank closed 9 years ago
We should check for these props before using them, or only use them when the uploadArchives
task is invoked.
But why do we have to compile the SDK within the sample? We should adjust the build script in those.
We can supply dummy props, and they will get override if the prop is defined in ~/.gradle/gradle.properties . This will stop the evaluation error.
Okay, that's a good stopgap, thanks @marcote. Can we remove the dependency on building the SDKs from the samples too?
My recommendation would be to make the samples as close to what real world code would look like. Why not pull in the dependencies from jcenter?
We can and we should. :+1:
The samples and E2E now uses the artifacts deployed in bintray/jcenter. Also I fixed the mentioned evaluation error. If you still face issues, please re-open the issue.