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