aboutsummaryrefslogtreecommitdiff
path: root/project/AspectJ.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/AspectJ.scala')
-rw-r--r--project/AspectJ.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/AspectJ.scala b/project/AspectJ.scala
index 6118aa03..83b334b8 100644
--- a/project/AspectJ.scala
+++ b/project/AspectJ.scala
@@ -10,6 +10,7 @@ object AspectJ {
compileOnly in Aspectj := true,
fork in Test := true,
javaOptions in Test <++= weaverOptions in Aspectj,
+ javaOptions in run <++= weaverOptions in Aspectj,
lintProperties in Aspectj += "invalidAbsoluteTypeName = ignore"
)
} \ No newline at end of file