Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For more information about the project and available options refer to this [repo
```groovy
plugins{
id 'java'
id 'aspectj.AspectjGradlePlugin' version '0.0.6'
id 'aspectj.AspectjGradlePlugin' version '0.0.7'
}
repositories {
jcenter()
Expand All @@ -122,8 +122,7 @@ For more information about the project and available options refer to this [repo
```
**Note:**

Please add `aspectjVersion = '1.9.6'` to the `gradle.properties` file. The aspectj plugin works at the moment with gradle 5.x only if
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.
Please add `aspectjVersion = '1.9.6'` to the `gradle.properties` file.

## Environment variables

Expand Down
2 changes: 1 addition & 1 deletion example/HelloWorldFunction/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins{
id 'java'
id 'aspectj.AspectjGradlePlugin' version '0.0.6'
id 'aspectj.AspectjGradlePlugin' version '0.0.7'
}

repositories {
Expand Down