Skip to content

Commit

Permalink
Merge pull request skinny-framework#261 from lloydmeta/feature/test-j…
Browse files Browse the repository at this point in the history
…avaOptions

Add fork in Test to generated Build.scala
  • Loading branch information
seratch committed May 15, 2015
2 parents 1171ce0 + 9fb353e commit b8c35a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yeoman-generator-skinny/app/templates/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ object SkinnyAppBuild extends Build {
"sonatype releases" at "https://oss.sonatype.org/content/repositories/releases"
//,"sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
),
// Faster "./skinny idea"
// Faster "./skinny idea"
transitiveClassifiers in Global := Seq(Artifact.SourceClassifier),
// the name-hashing algorithm for the incremental compiler.
incOptions := incOptions.value.withNameHashing(true),
logBuffered in Test := false,
javaOptions in Test ++= Seq("-Dskinny.env=test"),
fork in Test := true,
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"),
ideaExcludeFolders := Seq(".idea", ".idea_modules", "db", "target", "task/target", "build", "standalone-build", "node_modules")
)
Expand Down

0 comments on commit b8c35a5

Please sign in to comment.