File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,9 @@ set -e
12
12
13
13
# When a new binary incompatible Scala version becomes available, a previously released version
14
14
# 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.
19
16
17
+ # For normal tags that are cross-built, we release on JDK 8 for Scala 2.x
20
18
isReleaseJob () {
21
19
if [[ " $ADOPTOPENJDK " == " 8" ]]; then
22
20
true
You can’t perform that action at this time.
0 commit comments