Update aspectj-plugin to 6.3.0

Version 6.3.0 aligns with the used Gradle 7.3
This commit is contained in:
Lars Grefer
2021-11-12 00:02:15 +01:00
committed by Rob Winch
parent 7b15098570
commit ec8912aa47
2 changed files with 1 additions and 5 deletions

View File

@@ -27,7 +27,3 @@ sourceSets.test.aspectj.srcDir "src/test/java"
sourceSets.test.java.srcDirs = files()
compileAspectj.ajcOptions.outxmlfile = "META-INF/aop.xml"
aspectj {
version = aspectjVersion
}