Skip to content

Commit c32bbfa

Browse files
chore: Update docs to reflect latest gradle plugin fix (#656)
1 parent a4a4573 commit c32bbfa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For more information about the project and available options refer to this [repo
106106
```groovy
107107
plugins{
108108
id 'java'
109-
id 'aspectj.AspectjGradlePlugin' version '0.0.6'
109+
id 'aspectj.AspectjGradlePlugin' version '0.0.7'
110110
}
111111
repositories {
112112
jcenter()
@@ -122,8 +122,7 @@ For more information about the project and available options refer to this [repo
122122
```
123123
**Note:**
124124

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.
127126

128127
## Environment variables
129128

example/HelloWorldFunction/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins{
22
id 'java'
3-
id 'aspectj.AspectjGradlePlugin' version '0.0.6'
3+
id 'aspectj.AspectjGradlePlugin' version '0.0.7'
44
}
55

66
repositories {

0 commit comments

Comments
 (0)