Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-09 | global: get rid of nonnull gradle hack | Jason A. Donenfeld | |
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> | |||
2020-03-09 | Enable nonnull generation for tunnel module | Harsh Shandilya | |
Also cleanup nonnull.gradle while we're at it Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> |