Skip to content

Commit

Permalink
Add ideOutputDirectory key
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Obedin committed Oct 23, 2015
1 parent 3515cad commit 8fb5d07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@ SBT 0.13.5 and up.
with one of these prefixes will be chained automatically in IDE.

- `ideSkipProject :: Boolean`

Flag indicating that current subproject should be skipped from importing.

- `ideOutputDirectory :: Option[File]`

Directory to use for production and test output instead of SBT's `target`
directory.

## Upcoming settings

- `ideExportRunConfiguration`
Expand Down
2 changes: 2 additions & 0 deletions src/main/scala/sbtide/Keys.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ object Keys {
"List of packages to be used as prefixes in package chaining")
lazy val ideSkipProject = SettingKey[Boolean]("ide-skip-project",
"Flag indicating that current subproject should be skipped from importing")
lazy val ideOutputDirectory = SettingKey[Option[File]]("ide-output-directory",
"Directory to use for production and test output instead of SBT's `target` directory")
}

0 comments on commit 8fb5d07

Please sign in to comment.