Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Oct 2, 2019
1 parent 70d103f commit 1d4ea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aspectj/weaving/build.gradle
Expand Up @@ -51,7 +51,7 @@ compileTestKotlin {
compileJava {
ajc {
options {
compilerArgs += "-noImportError"
compilerArgs += "-showWeaveInfo"
}
}
}

0 comments on commit 1d4ea35

Please sign in to comment.