Explorar el Código

Update the AspectJ Gradle Plugin to 4.0.2

Lars Grefer hace 6 años
padre
commit
55e2fe4522
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -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' }