When I get output such as this from javac:
Note:
/Users/frank/Desktop/demo/src/main/java/com/example/BinarySearch.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
How would I configure gradle to pass the -Xlint:unchecked option to javac?
Ideally I'd like some ad-hoc property that I could pass on the command line.
However I am not sure this would scale, so I'll settle for the most idomatic
way of doing this in gradle! :)
Thanks,
Frank Wilson
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email