Skip to content

Commit a6765d7

Browse files
committed
Include client module in distribution zip: easier for users not working with source code
1 parent 7ca175a commit a6765d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scala/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ lazy val forms_play = (project in file("forms_play"))
2626
.dependsOn(forms)
2727
.dependsOn(contacts_management)
2828
.dependsOn(mobion)
29+
.dependsOn(clients)
2930
.enablePlugins(PlayScala) .disablePlugins(PlayLogback)
3031
.settings(
3132
scalaJSProjects := Seq(forms_js),

scala/forms_play/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ resolvers += Resolver.file("Local repo", file(System.getProperty("user.home") +
3737
// show full stack trace in SBT
3838
// testOptions in Test += Tests.Argument("-oF")
3939

40+
// PlayKeys.devSettings += "play.server.http.port" -> "9111"

0 commit comments

Comments
 (0)