File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
example/HelloWorldFunction Expand file tree Collapse file tree 2 files changed +3
-4
lines changed 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.
127
126
128
127
## Environment variables
129
128
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' aspectj.AspectjGradlePlugin' version ' 0.0.6 '
3
+ id ' aspectj.AspectjGradlePlugin' version ' 0.0.7 '
4
4
}
5
5
6
6
repositories {
You can’t perform that action at this time.
0 commit comments