Hi all:
I want to create a elasticsearch release build by command:
gradle assemble -Dbuild.snapshot=false
But I get an error message like this:
Property license.key must be set for release build
I didn't find how to get the free basic license.key from:
And I want build the package instead of downloading package directly.
If I just want create a release build based on a free basic license.key, how to get the free basic license.key? And how to use it for building?
It's acceptable for me with some missing features based on a free basic license.key, like x-pack and so on.
The licence key it needs here is not the same thing as the licence that the subscriptions talk about, it's a signing key:
I think this is only required to build X-pack, but I am not sure how to go about building just the non-X-pack components any more.
Why do you want to produce your own release build? The only real difference is the -SNAPSHOT in the version number, and I think it's important to use this to see the difference between official versions (built in a very carefully controlled environment) and versions built elsewhere.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.