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
fix(gradle): Fix gradle example and docs to work with java 12+ (#703)
* 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
0 commit comments