Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global: get rid of nonnull gradle hack | 2020-03-09 | 1 | -86/+0 | |
| | | | | | | | | | | Hacking things up via gradle is not right, and package-info.java poses problems with two modules, so instead we just apply it manually to every class. Remember to add this to new classes! Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Enable nonnull generation for tunnel module | 2020-03-09 | 1 | -0/+86 | |
Also cleanup nonnull.gradle while we're at it Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> |