From 6ec5f777d1297c71cc7b83c2c8f84d5bfaa00b96 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Mon, 4 May 2020 08:21:42 -0600 Subject: [PATCH] Upgrade Freefair AspectJ plugin to v5.0.1 The `io.freefair.aspectj.post-compile-weaving` plugin v5.0.1 includes [a fix](https://github.com/freefair/gradle-plugins/pull/213) that allows all tasks for `./gradlew classes` to be marked as `UP-TO-DATE` following an initial `./gradlew clean classes`. Without this fix, any compile task that is enhanced by the `io.freefair.aspectj.post-compile-weaving` plugin will incorrectly have compilation outputs configured as a _task input_, resulting in the task being out of date following a `clean compile`. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 38ad04c464..fbf8a1409c 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { classpath 'io.spring.gradle:spring-build-conventions:0.0.31.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.1.6" + classpath "io.freefair.gradle:aspectj-plugin:5.0.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" } repositories {