We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43289bc commit 5bce49bCopy full SHA for 5bce49b
scripts/jobs/validate/test
@@ -9,9 +9,9 @@ case $prDryRun in
9
10
# build quick using STARR built upstream, as specified by maven_version_number
11
# (in that sense it's locker, since it was built with starr by that upstream job)
12
- ant -Dstarr.version=$maven_version_number \
+ ant -Dstarr.version=$scalaVersion \
13
-Dscalac.args.optimise=-optimise \
14
-Dlocker.skip=1 -Dstarr.use.released=1 -Dextra.repo.url=$prRepoUrl \
15
$testExtraArgs ${testTarget-test.core docs.done}
16
;;
17
-esac
+esac
0 commit comments