-
Notifications
You must be signed in to change notification settings - Fork 360
/
gradle.properties
40 lines (40 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
# artifacts group
group=ai.h2o
# Major version of H2O release
h2oMajorVersion=3.46.0
# Name of H2O major version
h2oMajorName=3.46.0
# H2O Build version, defined here to be overriden by -P option
h2oBuild=5
# Version of Mojo Pipeline library
mojoPipelineVersion=2.8.1
# Defines whether to run tests with Driverless AI mojo pipelines
# These tests require the Driverless AI license
testMojoPipeline=false
# Disable execution of the gradle daemon
org.gradle.daemon=false
# Disable generation of *.sha256 and *.sha512 files since it's incompatible with Maven Central
# https://issues.sonatype.org/browse/MVNCENTRAL-5276
systemProp.org.gradle.internal.publish.checksums.insecure=true
# Version of Terraform used in the script creating the docker image
terraformVersion=0.12.25
# Version of docker image used in Jenkins tests
dockerImageVersion=84
# Is this build nightly build
isNightlyBuild=false
# Supported Major Spark Versions
supportedSparkVersions=2.3 2.4 3.0 3.1 3.2 3.3 3.4 3.5
# The list of python environments used in automated tests
pythonEnvironments=3.6 3.7 3.8 3.9 3.10 3.11
# Select for which Spark version is Sparkling Water built by default
spark=3.5
# Sparkling Water Version
version=3.46.0.2-1-SNAPSHOT
# Spark version from which is Kubernetes Supported
kubernetesSupportSinceSpark=2.4
databricksTestSinceSpark=2.4
spotlessModern=true
testH2OBranch=rel-3.46.0
makeBooklet=false
testingBaseImage=harbor.h2o.ai/opsh2oai/h2o-3-hadoop-cdh-6.3:84
jettyVersion=9.4.53.v20231009