sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Don't bind http properties which play uses. #23

Closed jsuereth closed 11 years ago

jsuereth commented 11 years ago

TODO - We should convince them to use a play namespace. Right now we assume the http., https., sbt.* and ivy.* namespaces are the correct ones to pass through. We should:

(a) Make this configureable (b) Try to figure out who isn't namespacing the environemnt vars.

Review by @havocp