summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/jobs/validate/test2
-rw-r--r--versions.properties1
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/jobs/validate/test b/scripts/jobs/validate/test
index c1c02c80cb..bedef2e458 100755
--- a/scripts/jobs/validate/test
+++ b/scripts/jobs/validate/test
@@ -11,7 +11,7 @@ case $prDryRun in
# (in that sense it's locker, since it was built with starr by that upstream job)
ant -Dstarr.version=$scalaVersion \
-Dscalac.args.optimise=-optimise \
- -Dlocker.skip=1 -Dstarr.use.released=1 -Dextra.repo.url=$prRepoUrl \
+ -Dlocker.skip=1 -Dextra.repo.url=$prRepoUrl \
$testExtraArgs ${testTarget-test.core docs.done}
;;
esac \ No newline at end of file
diff --git a/versions.properties b/versions.properties
index 2ecfd23800..ce38e0d50c 100644
--- a/versions.properties
+++ b/versions.properties
@@ -5,7 +5,6 @@
# also add them to the update.versions mechanism in build.xml,
# which is used by scala-release-2.11.x in scala/jenkins-scripts
starr.version=2.11.6
-starr.use.released=1
# These are the versions of the modules that go with this release.
# These properties are used during PR validation and in dbuild builds.