Skip to content

Commit eeb75ba

Browse files
authored
Update comment in build.sh
1 parent ebfeae4 commit eeb75ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ set -e
1212

1313
# When a new binary incompatible Scala version becomes available, a previously released version
1414
# can be released using that new Scala version by creating a new tag containing the Scala version
15-
# after a hash, e.g., v1.2.3#2.13.0-M3. In this situation, the first job of the travis job
16-
# matrix builds the release. All other jobs are stopped. Make sure that the first job uses
17-
# the desired JVM version.
15+
# after a hash, e.g., v1.2.3#2.13.0-M3.
1816

1917
# For normal tags that are cross-built, we release on JDK 8 for Scala 2.x
2018
isReleaseJob() {

0 commit comments

Comments
 (0)