Skip to content

Commit 1709155

Browse files
committed
property fix
1 parent a46fa3b commit 1709155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def substituteIndexHtml(buildTimeLocal) {
7777
.replaceAll("SUBST_SPARK_VERSION", sparkVersion)
7878
.replaceAll("SUBST_SPARK_MAJOR_VERSION", sparkMajorVersion)
7979
.replaceAll("SUBST_H2O_BRANCH_NAME", getH2OBranch(h2oMajorName))
80+
.replaceAll("SUBST_MIN_SUPPORTED_PYTHON", supportedPythonVersions.split(" ")[0])
8081
.replaceAll("SUBST_SCALA_VERSION", scalaBaseVersion)
8182
.replaceAll("SUBST_BUILD_TIME_LOCAL", buildTimeLocal)
8283
.replaceAll("SUBST_MAVEN_REPO", getMavenRepoHtml())

0 commit comments

Comments
 (0)