We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e1bf4 commit 693c861Copy full SHA for 693c861
build.sh
@@ -12,11 +12,9 @@ set -e
12
13
# When a new binary incompatible Scala version becomes available, a previously released version
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
+# after a hash, e.g., v1.2.3#2.13.0-M3.
19
+# For normal tags that are cross-built, we release on JDK 8 for Scala 2.x
20
isReleaseJob() {
21
if [[ "$ADOPTOPENJDK" == "8" ]]; then
22
true
0 commit comments