Tomas A. Bert

Results 2 issues of Tomas A. Bert

# Requirements: Please go through this checklist before opening a new issue - [x] Review the [documentation](https://docs.viromedia.com/) - [x] Search for existing issues in: [viromedia/viro](https://github.com/viromedia/viro/issues) & [ViroCommunity/viro](https://github.com/ViroCommunity/viro/issues) - [x] Use...

more info requested

Hi, I'm trying to add lombok + aspectj post-compile-waving plugins on the project. I have the following lines in `build.gradle` ``` ... plugins { id "java" id "idea" id "io.freefair.lombok"...