Skip to content

Commit

Permalink
Update AspectJ Gradle Plugin to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer authored and rwinch committed Sep 5, 2019
1 parent b75212b commit 93b991d
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.0"
classpath "io.freefair.gradle:aspectj-plugin:4.0.1"
}
repositories {
maven { url 'https://repo.spring.io/plugins-snapshot' }
Expand Down

0 comments on commit 93b991d

Please sign in to comment.