linkedin / dexmaker

A utility for doing compile or runtime code generation targeting Android's Dalvik VM
Apache License 2.0
1.86k stars 248 forks source link

Fix build when using newer versions of java #175

Closed li-wjohnson closed 3 years ago

li-wjohnson commented 3 years ago

I'm using java 13. This requires a newer version of the error prone plugin.

That in turn requires us to explicitly specify the error prone version. I also changed our build.gradles to use the new errorprone DSL.

Also, newer javadoc versions are more strict about HTML validation, which I have disabled via javadoc option.