Skip to content

chore: Update docs to reflect latest gradle plugin fix #656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2021
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