1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update the AspectJ Gradle Plugin to 4.0.2

This commit is contained in:
Lars Grefer
2019-09-12 00:36:10 +02:00
committed by Josh Cummings
parent 7c30076b37
commit 55e2fe4522
+1 -1
View File
@@ -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' }