diff --git a/examples/aspectj/weaving/build.gradle b/examples/aspectj/weaving/build.gradle index 28250db9..6968528e 100644 --- a/examples/aspectj/weaving/build.gradle +++ b/examples/aspectj/weaving/build.gradle @@ -27,9 +27,10 @@ dependencies { implementation localGroovy() testImplementation "junit:junit:4.12" - testImplementation configurations.jacocoAnt } +configurations.testImplementation.extendsFrom(configurations.jacocoAnt) + compileJava { ajc { options {