Hi,

I'd like to build my own non-SNAPSHOT version of Calcite and publish it in
my internal repository but I haven't found a way to do it with gradle. As
far as I can tell, there is a release plugin
(com.github.vlsi.stage-vote-release) which supports `-Prelease` property,
and will remove the -SNAPSHOT suffix, but it also triggers pushing to maven
central, git, svn, ....

What I am looking for is a gradle command with  a couple of properties on
the commandline to specify the full version (or be able to change -SNAPSHOT
into something else) and push to my personal repository (something I was
able to do easily with the maven version).

Thanks in advance,

Laurent

Reply via email to