Any reason for the capital 'B' in `1.8.0-Beta` ? N...
# eap
m
Any reason for the capital 'B' in
1.8.0-Beta
? Not that I mind at all, mainly curious if I should do the same for my own libraries?
b
I wonder if there are any maven version conventions around that. Similar to how -SNAPSHOT is treated differently
j
Kotlin doesn’t follow semantic versioning (and semantic versioning is not very strict anyways)
j
The only thing to really care about is Gradle version resolution semantics: https://docs.gradle.org/current/userguide/single_versions.html#version_ordering
j
Is Renovate using Gradle semantics for its gradle engine or it is a common one for all 🤔