summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-04-21 11:23:00 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2015-04-23 09:58:21 +0200
commit3b2abdf6af87debdfb01f22f185d2a35852218fc (patch)
treee7adb8c33bf8c5a27fa333375e8b1123c0ff1e6e /scripts
parenta231f7dea1cff409c62902025f6d1ad76c71bcc5 (diff)
downloadscala-3b2abdf6af87debdfb01f22f185d2a35852218fc.tar.gz
scala-3b2abdf6af87debdfb01f22f185d2a35852218fc.tar.bz2
scala-3b2abdf6af87debdfb01f22f185d2a35852218fc.zip
Remove starr.use.released property (not in use anymore)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/jobs/validate/test2
1 files changed, 1 insertions, 1 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