4f7dd1284f
Today we have the notion of a snapshot inside Version.java which makes releasing complicated since to do a release Version.java must be changed. This commit removes all notions of snapshot from the code and allows to switch between snapshot and release build by specifying a system property on the build. For instance running: ``` gradle run -Dbuild.snapshot=false ``` will build and package a release build while the default always builds snapshots. Calls to the main rest action will still get the snapshot information rendered out with the response. |
||
---|---|---|
.. | ||
fixtures | ||
framework | ||
build.gradle |