Skip to content

Commit dd965bb

Browse files
committed
Re-enable genjavadoc on 2.12.0-M4
1 parent 55df152 commit dd965bb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

admin/build.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@ if [ "$TRAVIS_JDK_VERSION" == "$PUBLISH_JDK" ] && [[ "$TRAVIS_TAG" =~ ^v[0-9]+\.
2222
openssl aes-256-cbc -K $K -iv $IV -in admin/secring.asc.enc -out admin/secring.asc -d
2323
fi
2424

25-
if [ "$TRAVIS_SCALA_VERSION" == "2.12.0-M4" ]; then
26-
extraSbtOpts="-Dnodocs=true"
27-
fi
28-
29-
sbt $extraSbtOpts ++$TRAVIS_SCALA_VERSION "$publishVersion" clean update test publishLocal $extraTarget
25+
sbt ++$TRAVIS_SCALA_VERSION "$publishVersion" clean update test publishLocal $extraTarget

0 commit comments

Comments
 (0)