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
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
2018isReleaseJob () {
2119 if [[ " $ADOPTOPENJDK " == " 8" ]]; then
2220 true
You can’t perform that action at this time.
0 commit comments