Version ranges making builds non-deterministic. (pulling in snapshot versions in gradle)
Mushrooms @sf17k Dec 27 22:50
I have gradle set up to pull a specific version of artemis-odb and it seems to keep downloading the latest update anyway, it just retrieved 2.2.0-SNAPSHOT
schosin @schosin Dec 28 00:35
had the same issue with artemis-odb-contrib. just use compile ("net.onedaybeard.artemis:artemis-odb:$artemisOdbVersion") { force = true }
@sf17k
Version ranges making builds non-deterministic. (pulling in snapshot versions in gradle)