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
Changes:
- Bump gradle version to 7.3.3
- Use `io.freefair.aspectj.post-compile-weaving` in example project
- Specify java 11 for sourceCompatibility, targetCompatibility
- Bump junit version to 4.13.2
closesaws-powertools#702
* fix(gradle): Fix gradle example and docs to work with java 12+
Changes:
- Bump gradle version to 7.3.3
- Use `io.freefair.aspectj.post-compile-weaving` in example project
- Specify java 11 for sourceCompatibility, targetCompatibility
- Bump junit version to 4.13.2
closes#702
* fix: no need to include implementation
What were you trying to accomplish?
Building the gradle project using jdk 17
Expected Behavior
Project should compile with target level of java 11 or java 1.8
Current Behavior
Sam template example fails
Possible Solution
Update gradle example
Steps to Reproduce (for bugs)
sam init --location gh:aws-samples/cookiecutter-aws-sam-powertools-java
sam build
Environment
The text was updated successfully, but these errors were encountered: