We have this in our build.gradle of library that w...
# gradle
g
We have this in our build.gradle of library that we want to publish:
Copy code
version properties["MY_LIB_VERSION"] ?: 'undefined'
Publishing fails if version is undefined We use git tags for stable releases and CI build id for non-stable ones or snapshots