forked from h2oai/h2o-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
40 lines (37 loc) · 1.08 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
version=3.11.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.
# WARNING: this will upgrade default Hadoop client version to one supporting ORC
doIncludeOrc=false
#
# Version of hadoop dependency which is used for jUnit test execution
#
orcDefaultHadoopClientVersion=2.6.0-cdh5.4.0
orcDefaultHiveExecVersion=1.1.0-cdh5.4.0
#
# Default hadoop client version
#
defaultHadoopClientVersion=2.0.0-cdh4.3.0
#
# 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://172.17.0.53:8081/nexus/content/repositories