ess-acppo / ag-bie

This repository has the code to the agriculture's implementation of ALA BIE
1 stars 4 forks source link

remove any dependencies on -SNAPSHOT versions #8

Closed mbohun closed 4 years ago

mbohun commented 6 years ago

examples:

:heavy_exclamation_mark: we should add to our build/CI check for -SNAPSHOT:

./gradlew dependencies | grep SNAPSHOT

The problem with using/depending on -SNAPSHOT versions is that:

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 29.653 secs

mbohun commented 6 years ago

Executive summary:
ag-bie build-s/deployment-s are (correctly) reproducible (DO NOT DEPEND ON ANY -SNAPSHOT VERSIONS) as of 2018-06-19 git commit: dd91916e36b63c116d967313bdd15162ea09514d

Details:
Brief explanation/description of the ag-bie development/versioning history:

moziauddin commented 4 years ago

Build dependencies are fine as they are at the moment