Skip to content

Commit 6ec5f77

Browse files
bigdazrwinch
authored andcommitted
Upgrade Freefair AspectJ plugin to v5.0.1
The `io.freefair.aspectj.post-compile-weaving` plugin v5.0.1 includes [a fix](freefair/gradle-plugins#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`.
1 parent 1ca47f5 commit 6ec5f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
classpath 'io.spring.gradle:spring-build-conventions:0.0.31.RELEASE'
44
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
55
classpath 'io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE'
6-
classpath "io.freefair.gradle:aspectj-plugin:4.1.6"
6+
classpath "io.freefair.gradle:aspectj-plugin:5.0.1"
77
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
88
}
99
repositories {

0 commit comments

Comments
 (0)