> a couple of properties on the commandline to specify the full version The version comes from calcite.version property (see https://github.com/apache/calcite/blob/e44beba286ea9049c5fd00c3a3b0e4a4f1c03356/gradle.properties#L26 ) so you can augment it via -Pcalcite.version=... on the command line.
By default it adds -SNAPSHOT, and, you can add -Prelease to make release version. The idea there is changing versions (e.g. snapshot vs release) can be done without making code changes. Vladimir
