forked from h2oai/sparkling-water
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
25 lines (25 loc) · 874 Bytes
/
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
# artifacts group
group=ai.h2o
# Major version of H2O release
h2oMajorVersion=3.24.0
# Name of H2O major version
h2oMajorName=yates
# H2O Build version, defined here to be overriden by -P option
h2oBuild=5
# Scala version for Sparkling Water. By default, for 2.11 we use 2.11.12.
scalaBaseVersion=2.11
# Internal Nexus location
localNexusLocation=http://nexus:8081/nexus/repository
# Version of Mojo Pipeline library
mojoPipelineVersion=0.13.16
# Defines whether to run tests with Driverless AI mojo pipelines
# These tests require license and runtime jar artifact
testMojoPipeline=false
# Disable execution of the gradle daemon
org.gradle.daemon=false
# Version of docker image used in Jenkins tests
dockerImageVersion=16
# Supported Major Spark Versions
supportedSparkVersions=2.1 2.2 2.3 2.4
# Select for which Spark version is Sparkling Water built by default
spark=2.4