Skip to content

Commit 8a54cea

Browse files
committed
Revert to aspectj-plugin-6.4.1
There appears to be an issue with publication of aspectj plugin, so this commit reverts to a previous working version. See freefair/gradle-plugins#511
1 parent 2b858f9 commit 8a54cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
dependencies {
33
classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion"
44
classpath 'io.spring.nohttp:nohttp-gradle:0.0.10'
5-
classpath "io.freefair.gradle:aspectj-plugin:6.4.2"
5+
classpath "io.freefair.gradle:aspectj-plugin:6.4.1"
66
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
77
classpath "com.netflix.nebula:nebula-project-plugin:8.2.0"
88
}

0 commit comments

Comments
 (0)