当我尝试将最新Gitbucket源的未修改版本部署到 heroku 时出现错误。
[info] 'compiler-interface' not yet compiled for Scala 2.10.3. Compiling... [info] Compilation completed in 36.561 s [success] Total time: 142 s, completed Jan 1, 2014 2:04:32 PM [error] Not a valid command: stage (similar: last-grep, set, last) [error] Expected '/' [error] Expected ':' [error] Not a valid key: stage (similar: state, target, tags) [error] stage [error] ^
!使用 sbt 构建应用程序失败
!推送被拒绝,无法编译 Scala 应用程序
到 git@heroku.com:xxxxxx.git ![远程拒绝] master -> master (pre-receive hook denied) 错误:未能将一些参考推送到 'git@heroku.com:xxxxxx.git'
一切都在本地构建和运行,没有任何问题。http://gitbucket.herokuapp.com/上有一个演示应用程序,所以我知道这是可能的。我怎样才能绕过这个错误?
[编辑] 我现在已经将它添加到 plugins.sbt 中,但它仍然以同样的方式失败:
resolvers += Classpaths.typesafeResolver
addSbtPlugin("com.typesafe.startscript" % "xsbt-start-script-plugin" % "0.5.3")