Skip to content

Commit 3285aed

Browse files
committed
Is there a no-op sbt task?
1 parent 0180681 commit 3285aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/default/jobs/scala/integrate/main.xml.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
description: "Flow that bootstraps and runs a community build",
77
params: [
88
{:name => "scalac_opts", :desc => "[For community-build] Scala compiler arguments, e.g., -Yopt:l:classpath, passed to project builds."},
9-
{:name => "sbtBuildTask", :desc => "[For bootstrap] Empty to skip testing. Useful when publishing a nightly to run the community build against.", :default => "testAll"},
9+
{:name => "sbtBuildTask", :desc => "[For bootstrap] To skip testing, set to e.g. `update`. Useful when publishing a nightly to run the community build against.", :default => "testAll"},
1010
{:name => "publishToSonatype", :desc => "[For bootstrap] Set to anything but "yes" to avoid publishing to sonatype. Otherwise, release builds (tagged or SCALA_VER_BASE defined) will be published."},
11-
{:name => "testStability", :desc => "[For bootstrap] Set to anything but "yes" to avoid running the stability test", :default => "yes"},
11+
{:name => "testStability", :desc => "[For bootstrap] To avoid running the stability test, set to e.g., `no`", :default => "yes"},
1212
{:name => "moduleVersioning", :desc => "[For bootstrap] Set to anything but "versions.properties" to build the latest HEAD for all modules."},
1313
{:name => "SCALA_VER_BASE", :desc => "[For bootstrap] Specifying this parameter will cause a release to be built. If it's empty (and HEAD does not have a tag that parses as a version), a -nightly release is built."},
1414
{:name => "SCALA_VER_SUFFIX", :desc => "[For bootstrap] Empty for a final release, otherwise, e.g., -RC1 for the first RC or -M3 for the third milestone. (Will be parsed from the tag on SCALA_REF, if any.)"},

0 commit comments

Comments
 (0)