Would it make sense to remove the 1.1.19 artifacts...
# spek
r
Would it make sense to remove the 1.1.19 artifacts from Bintray & JCenter? If you resolve dependencies using
latest.release
or
+
in Gradle that’s the version you’ll get because 1.1.19 looks higher than 1.1.5 even though it’s a year older. With Gradle’s new dependency locking feature this is more noticeable (because using dynamic versions like that is no longer necessarily an easy way to shoot yourself in the foot). I notice that version was not synced to Maven Central so it’s only on mutable repos.
r
@hhariri don't have access to `1.x`'s bintray, can you try to remove it?