aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nonnull.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: get rid of nonnull gradle hackJason A. Donenfeld2020-03-091-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 moduleHarsh Shandilya2020-03-091-0/+86
Also cleanup nonnull.gradle while we're at it Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>