remove duplicate build with Scala 2.12 in release
* that was a workaround for building with 2.11
This commit is contained in:
parent
fbaa9a9500
commit
54e5f0829b
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue