File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -698,12 +698,6 @@ function stepCheckConfiguration () {
698
698
checkParameters " SCALA_GIT_REPO" " SCALA_GIT_HASH" " SCALA_DIR"
699
699
fi
700
700
701
- checkParameters " ZINC_BUILD_DIR"
702
- if [ -n " ${prRepoUrl} " ]
703
- then
704
- ZINC_BUILD_ARGS=" -DprRepoUrl=${prRepoUrl} "
705
- fi
706
-
707
701
if ${IDE_BUILD}
708
702
then
709
703
checkParameters " ECLIPSE_PLATFORM"
@@ -983,10 +977,6 @@ function stepScala () {
983
977
then
984
978
# for releases, against released version of Scala, we should be able to recreate the file
985
979
SCALA_VERSIONS_PROPERTIES_PATH=$( extrapolateVersionPropertiesFile)
986
- else
987
- # otherwise, use a fixed file
988
- # TODO: see with the Scala team how they could package this file somewhere we can access for nightly builds
989
- SCALA_VERSIONS_PROPERTIES_PATH=" ${ZINC_DIR} /versions-${SHORT_SCALA_VERSION} .properties"
990
980
fi
991
981
fi
992
982
You can’t perform that action at this time.
0 commit comments