aboutsummaryrefslogtreecommitdiff
path: root/project/AspectJ.scala
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-11-05 18:38:39 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-11-05 18:38:39 -0300
commit2b63540e5fffab545d0846cfb3dab5c0e1d0c9e1 (patch)
tree56c4ad1f025c9144376cd4463ad4d4a23e37b571 /project/AspectJ.scala
parent5127c3bb83cd6fe90e071720d995cfb53d913e6a (diff)
downloadKamon-2b63540e5fffab545d0846cfb3dab5c0e1d0c9e1.tar.gz
Kamon-2b63540e5fffab545d0846cfb3dab5c0e1d0c9e1.tar.bz2
Kamon-2b63540e5fffab545d0846cfb3dab5c0e1d0c9e1.zip
basic separation of concerns between sub-projects
Diffstat (limited to 'project/AspectJ.scala')
-rw-r--r--project/AspectJ.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/AspectJ.scala b/project/AspectJ.scala
index a1cc27e0..6118aa03 100644
--- a/project/AspectJ.scala
+++ b/project/AspectJ.scala
@@ -8,8 +8,8 @@ object AspectJ {
lazy val aspectJSettings = aspectjSettings ++ Seq(
compileOnly in Aspectj := true,
- fork in (Test, run) := true,
- javaOptions in (Test, run) <++= weaverOptions in Aspectj,
+ fork in Test := true,
+ javaOptions in Test <++= weaverOptions in Aspectj,
lintProperties in Aspectj += "invalidAbsoluteTypeName = ignore"
)
} \ No newline at end of file