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

Closes gh-27678
  • Loading branch information
larsgrefer authored and bclozel committed Nov 25, 2021
1 parent e66095b commit 2f32806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'io.spring.dependency-management' version '1.0.11.RELEASE' apply false
id 'io.spring.nohttp' version '0.0.10'
id "io.freefair.aspectj" version '6.2.0' apply false
id "io.freefair.aspectj" version '6.3.0' apply false
id 'org.jetbrains.dokka' version '1.5.0' apply false
id 'org.jetbrains.kotlin.jvm' version '1.5.31' apply false
id "org.jetbrains.kotlin.plugin.serialization" version "1.5.31" apply false
Expand Down
2 changes: 0 additions & 2 deletions spring-aspects/spring-aspects.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ sourceSets.main.java.srcDirs = files()
sourceSets.test.aspectj.srcDir "src/test/java"
sourceSets.test.java.srcDirs = files()

aspectj.version = dependencyManagement.managedVersions['org.aspectj:aspectjweaver']

compileAspectj {
sourceCompatibility "17"
targetCompatibility "17"
Expand Down

0 comments on commit 2f32806

Please sign in to comment.