mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
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@01c863bfd0
4 lines
61 B
INI
4 lines
61 B
INI
org.gradle.daemon=false
|
|
|
|
elasticsearchVersion=5.1.0-SNAPSHOT
|