facebook / infer

A static analyzer for Java, C, C++, and Objective-C
http://fbinfer.com/
MIT License
14.89k stars 2.01k forks source link

Java Support Issue #1664

Open mywnajsldkf opened 2 years ago

mywnajsldkf commented 2 years ago

Please make sure your issue is not addressed in the FAQ.

Please include the following information:

Hi I try to run gradle example. But When I run this with command infer -- ./gradlew build I faced java java version problems and external error with ./gradlew --version

Is there proper version of java and gradle or How can I fix it?

NathanDotTo commented 9 months ago

I have just tried

infer -- ./gradlew build

On an MBP M1 with a build of infer from the repo, and it worked fine.