remove duplicate build with Scala 2.12 in release

* that was a workaround for building with 2.11
This commit is contained in:
Patrik Nordwall 2019-05-03 13:37:30 +02:00
parent fbaa9a9500
commit 54e5f0829b

View file

@ -299,7 +299,6 @@ else
RELEASE_OPT="-Dakka.genjavadoc.enabled=true"
fi
try sbt $RELEASE_OPT +buildRelease
try sbt -Dakka.build.scalaVersion=2.12.8 -D$RELEASE_OPT buildRelease
try sbt $RELEASE_OPT buildDocs
echolog "Successfully created local release"