Merge pull request #19305 from kryger/master
=doc Add the missing closing parenthesis
This commit is contained in:
commit
2bade93c31
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ Use the package settings and optionally specify the mainClass in ``build.sbt`` f
|
|||
.. includecode:: ../../../akka-samples/akka-sample-main-scala/build.sbt
|
||||
|
||||
|
||||
.. note:: Use the ``JavaServerAppPackaging``. Don't use ``AkkaAppPackaging`` (previously named
|
||||
``packageArchetype.akka_application``, since it doesn't have the same flexibility and quality
|
||||
.. note:: Use the ``JavaServerAppPackaging``. Don't use the deprecated ``AkkaAppPackaging`` (previously named
|
||||
``packageArchetype.akka_application``), since it doesn't have the same flexibility and quality
|
||||
as the ``JavaServerAppPackaging``.
|
||||
|
||||
Use sbt task ``dist`` package the application.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue