forked from h2oai/h2o-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
82 lines (68 loc) · 2.36 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# 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
# Increase timeouts to avoid read error from OSS Nexus
# See:
# - https://stackoverflow.com/questions/23257499/how-to-use-maven-or-gradle-on-an-unreliable-network
# - https://github.com/gradle/gradle/issues/4629
systemProp.org.gradle.internal.http.connectionTimeout=300000
systemProp.org.gradle.internal.http.socketTimeout=300000
# Increase Xmx to 1G to enable full build (otherwise OOMs when building hadoop jars)
systemProp.org.gradle.jvmargs=-Xmx1024M
version=3.39.0
# Default build profile
profile=Java
# Branch codename
codename=bleeding_edge
# Run findbugs
doFindbugs=false
# Run animal sniffer to verify compatibility of API with actual Java version
doAnimalSniffer=false
# include ORC support inside default h2o.jar.
doIncludeOrc=false
# include MOJO Pipeline support inside default h2o.jar.
doIncludeMojoPipeline=false
# enable building hadoop distributions
hadoopTargets=
# 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.0xdata.loc:8081/nexus/repository
#
# Public Nexus location
#
publicNexusLocation="http://nexus.h2o.ai:8081/repository"
##
# Version of libraries used inside H2O
##
httpClientVersion=4.5.2
# 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-9
# default module to be included in assemblies
defaultExtWebserverModule=h2o-jetty-9-ext
# jetty 8 version is used by Hadoop 2.x builds
jetty8version=8.2.0.v20160908
# jetty 9 version is used in the main standalone assembly
jetty9version=9.4.11.v20180605
# jetty-minimal 9 version is used in the minimal standalone assembly
jetty9MinimalVersion=9.4.48.v20220622
servletApiVersion=3.1.0
# Gson
gsonVersion=2.9.0
# MOJO2 Integration
mojo2version=2.5.3
# Assembly information
mainAssemblyName=main