forked from h2oai/h2o-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
58 lines (46 loc) · 1.45 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# For building on Java 7 we need to explicitly enable TLSv1 (this is mainly for MOJO compatibility tests)
systemProp.https.protocols=TLSv1,TLSv1.1,TLSv1.2
version=3.29.0
# Default build profile
profile=Java
# Branch codename (filled by releases)
codename=bleeding_edge
# Run findbugs
doFindbugs=false
# Run animal sniffer to verify compatibility of API with actual Java version
doAnimalSniffer=false
# The flag to include ORC support inside default h2o.jar.
doIncludeOrc=false
# The flag to include MOJO Pipeline support inside default h2o.jar.
doIncludeMojoPipeline=false
#
# Gradle arguments
#
org.gradle.jvmargs='-XX:MaxPermSize=384m'
# Used for h2o-bindings generation, to allow us to use an extended h2o.jar
h2oJarfile='build/h2o.jar'
##
# Include micro benchmarks
doUBench=true
# Upload micro bench results into shared bucket hosted in S3
# It needs AWS credentials to be configured in environment
doUploadUBenchResults=false
#
# Internal Nexus location
#
localNexusLocation=http://nexus:8081/nexus/repository
#
# Public Nexus location
#
publicNexusLocation="http://nexus.h2o.ai:8081/repository"
##
# Version of libraries used inside H2O
##
# Version of Apache Parquet dependency (should be kept in sync with the version used in current Spark releases)
defaultParquetVersion=1.8.1
# Default Hadoop client version
defaultHadoopVersion=2.8.4
defaultHdfsDependency=hadoop-hdfs-client
# Default Hive version
defaultHiveExecVersion=1.1.0
defaultWebserverModule=h2o-jetty-8