You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a play 2.3.6 project, with a build.sbt file that ends with the following line:
fork in run := true
After I added the play2war plugin, sbt starting giving me this compile error:
./play-heroku-seed/build.sbt:32: error: reference to fork is ambiguous;
I can workaround the error if I just delete the fork in run line from my build.sbt. But is this really necessary? It would be nice if I could keep that line so the fork policy is still set even when I'm not using the play2war plugin.
Thanks.
The text was updated successfully, but these errors were encountered:
I have a play 2.3.6 project, with a build.sbt file that ends with the following line:
fork in run := true
After I added the play2war plugin, sbt starting giving me this compile error:
./play-heroku-seed/build.sbt:32: error: reference to fork is ambiguous;
I can workaround the error if I just delete the
fork in run
line from my build.sbt. But is this really necessary? It would be nice if I could keep that line so the fork policy is still set even when I'm not using the play2war plugin.Thanks.
The text was updated successfully, but these errors were encountered: