Skip to content

Commit 693c861

Browse files
authored
Update comment in build.sh
1 parent 88e1bf4 commit 693c861

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ 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.
18-
# For normal tags that are cross-built, we release on JDK 8 for Scala 2.x
15+
# after a hash, e.g., v1.2.3#2.13.0-M3.
1916

17+
# For normal tags that are cross-built, we release on JDK 8 for Scala 2.x
2018
isReleaseJob() {
2119
if [[ "$ADOPTOPENJDK" == "8" ]]; then
2220
true

0 commit comments

Comments
 (0)