Skip to content

Commit

Permalink
FIX #651 add code snippet to universal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Mar 20, 2016
1 parent db3d6b4 commit 5bd92bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/sphinx/formats/universal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,20 @@ Or just a plain hardcoded string
topLevelDirectory := Some("awesome-app")
Skip packageDoc task on stage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The stage task forces *javadoc.jar* build, which could slow down ``stage`` tasks performance. In order to deactivate
this behaviour, add this to your ``build.sbt``

.. code-block:: scala
mappings in (Compile, packageDoc) := Seq()
Source `issue 651`_.

.. _`issue 651`: https://github.com/sbt/sbt-native-packager/issues/651

MappingsHelper
~~~~~~~~~~~~~~

Expand Down

0 comments on commit 5bd92bd

Please sign in to comment.