You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ For more information about the project and available options refer to this [repo
106
106
```groovy
107
107
plugins{
108
108
id 'java'
109
-
id 'aspectj.AspectjGradlePlugin' version '0.0.6'
109
+
id 'aspectj.AspectjGradlePlugin' version '0.0.7'
110
110
}
111
111
repositories {
112
112
jcenter()
@@ -122,8 +122,7 @@ For more information about the project and available options refer to this [repo
122
122
```
123
123
**Note:**
124
124
125
-
Please add `aspectjVersion = '1.9.6'` to the `gradle.properties` file. The aspectj plugin works at the moment with gradle 5.x only if
126
-
you are using `java 8` as runtime. Please refer to [open issue](https://github.com/awslabs/aws-lambda-powertools-java/issues/146) for more details.
125
+
Please add `aspectjVersion = '1.9.6'` to the `gradle.properties` file.
0 commit comments