This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
OpenSearch
mirror of
https://github.com/honeymoose/OpenSearch.git
Watch
1
Star
0
Fork
You've already forked OpenSearch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bfb72d0a96
OpenSearch
/
gradle.properties
4 lines
61 B
Properties
Raw
Normal View
History
Unescape
Escape
disable gradle deamon Original commit: elastic/x-pack-elasticsearch@f93c69bf4044d136cfc2dd15c5d99cb723862644
2016-09-14 07:05:31 -04:00
org.gradle.daemon
=
false
Change the Jenkins build entry point from shell script to gradle (elastic/elasticsearch#317) Other related changes: 1) The Windows build is now done on Windows Server 2012r2 2) The Windows build is now done using Visual Studio 2013 Express (closes elastic/elasticsearch#256) 3) set_env.sh is only used with the C++ build 4) It is no longer necessary to set PRELERT_SRC_HOME if building via gradle - this environment variable IS still required for make, but gradle sets PRELERT_SRC_HOME before calling make 5) No build tools are loaded from the Prelert NAS 6) The version number for C++ components is now picked up from the same gradle.properties as the version number for Java components (closes elastic/elasticsearch#37) 7) "make test" now propagates error returns even when PRELERT_KEEP_GOING is defined - this means gradle only needs to check the return code of make 8) The C++ processes now print out Elasticsearch BV as the copyright owner Jenkins implications: 1) Jenkins installs gradle 2.13 as part of the build process 2) Jenkins now does the build by executing these gradle tasks: cppAll, pluginAll 3) Jenkins must define the JAVA_HOME environment variables 4) The Jenkins slave running on Windows now has a standard setup, i.e. using cmd for its shell instead of Git bash 5) 64 bit Git for Windows is used on Windows build slaves instead of 32 bit msysgit Original commit: elastic/x-pack-elasticsearch@01c863bfd0c3cbe3310e05fea1b3d9502ef52a0a
2016-11-17 08:12:26 -05:00
Upgrade to Elasticsearch 5.2 SNAPSHOT Original commit: elastic/x-pack-elasticsearch@cf0822d27df1e2a8715dac509f1634cb8adc4750
2016-11-24 17:55:19 -05:00
elasticsearchVersion
=
5.2.0-SNAPSHOT