Worked fine for me (small variation: I didn't put the file in my ~/.gradle
directory and instead use the -I option to point to it).
Thanks for the help

On Tue, Apr 28, 2020 at 10:41 AM Vladimir Sitnikov <
[email protected]> wrote:

> > 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
>

Reply via email to