Skip to content

Commit

Permalink
Fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Jul 16, 2021
1 parent a04b407 commit bdffcff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/aspectj/weaving/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ dependencies {
implementation localGroovy()

testImplementation "junit:junit:4.12"
testImplementation configurations.jacocoAnt
}

configurations.testImplementation.extendsFrom(configurations.jacocoAnt)

compileJava {
ajc {
options {
Expand Down

0 comments on commit bdffcff

Please sign in to comment.