Skip to content

Commit

Permalink
Update aspectj-plugin to 6.3.0
Browse files Browse the repository at this point in the history
Version 6.3.0 aligns with the used Gradle 7.3
  • Loading branch information
larsgrefer authored and rwinch committed Nov 16, 2021
1 parent e398fbf commit 10ac6dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions aspects/spring-security-aspects.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ sourceSets.test.aspectj.srcDir "src/test/java"
sourceSets.test.java.srcDirs = files()

compileAspectj.ajcOptions.outxmlfile = "META-INF/aop.xml"

aspectj {
version = aspectjVersion
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
dependencies {
classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion"
classpath 'io.spring.nohttp:nohttp-gradle:0.0.10'
classpath "io.freefair.gradle:aspectj-plugin:6.2.0"
classpath "io.freefair.gradle:aspectj-plugin:6.3.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "com.netflix.nebula:nebula-project-plugin:8.2.0"
}
Expand Down

0 comments on commit 10ac6dc

Please sign in to comment.