vontell / Bility

Automated accessibility testing on mobile devices.
14 stars 1 forks source link

Create Global gradle.properties file #2

Open vontell opened 6 years ago

vontell commented 6 years ago

Ideally all projects should rely on the same version of kotlin, kotlin-test, etc... Version are set within gradle.properties files. However, while this passes all versions to subprojects when running a top-level gradle task, these properties are not seen when running tasks within subprojects. In order to temporarily unblock more important work, the gradle.properties file is simply copied into each project. However, this is obviously far from ideal.