From 1d4ea3534227b7ced49a5821b8bdea023f65405a Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Thu, 3 Oct 2019 01:34:14 +0200 Subject: [PATCH] Fix build --- examples/aspectj/weaving/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aspectj/weaving/build.gradle b/examples/aspectj/weaving/build.gradle index bd61bc53..4da01edc 100644 --- a/examples/aspectj/weaving/build.gradle +++ b/examples/aspectj/weaving/build.gradle @@ -51,7 +51,7 @@ compileTestKotlin { compileJava { ajc { options { - compilerArgs += "-noImportError" + compilerArgs += "-showWeaveInfo" } } }