We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46fa3b commit 1709155Copy full SHA for 1709155
dist/build.gradle
@@ -77,6 +77,7 @@ def substituteIndexHtml(buildTimeLocal) {
77
.replaceAll("SUBST_SPARK_VERSION", sparkVersion)
78
.replaceAll("SUBST_SPARK_MAJOR_VERSION", sparkMajorVersion)
79
.replaceAll("SUBST_H2O_BRANCH_NAME", getH2OBranch(h2oMajorName))
80
+ .replaceAll("SUBST_MIN_SUPPORTED_PYTHON", supportedPythonVersions.split(" ")[0])
81
.replaceAll("SUBST_SCALA_VERSION", scalaBaseVersion)
82
.replaceAll("SUBST_BUILD_TIME_LOCAL", buildTimeLocal)
83
.replaceAll("SUBST_MAVEN_REPO", getMavenRepoHtml())
0 commit comments