Skip to content

Commit

Permalink
Update the AspectJ Gradle Plugin to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer authored and jzheaux committed Sep 12, 2019
1 parent 7c30076 commit 55e2fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
classpath 'io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE'
classpath "io.freefair.gradle:aspectj-plugin:4.0.1"
classpath "io.freefair.gradle:aspectj-plugin:4.0.2"
}
repositories {
maven { url 'https://repo.spring.io/plugins-snapshot' }
Expand Down

0 comments on commit 55e2fe4

Please sign in to comment.