Skip to content

Commit

Permalink
Add link to working example of BuildEnvPlugin (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanberckmans authored and muuki88 committed Nov 25, 2019
1 parent 9e48938 commit c0e2e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx/recipes/package_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ SBT is a java process, which means you can start it with system properties and u
This pattern may be useful in other scopes as well. First we define an *AutoPlugin* that sets a build environment.

.. code-block :: scala
// A working example of this is available at https://github.com/ryanberckmans/sbt-optimize-prod-with-build-env-plugin-example
import sbt._
import sbt.Keys._
import sbt.plugins.JvmPlugin
Expand Down

0 comments on commit c0e2e76

Please sign in to comment.