infer
infer copied to clipboard
Java Support Issue
Please make sure your issue is not addressed in the FAQ.
Please include the following information:
- [X] The version of infer from
infer --version
. -> v1.1.0 - [X] Your operating system and version, for example "Debian 9", "MacOS High Sierra", whether you are using Docker, etc. -> Mac OS
- [X] Which command you ran, for example
infer -- make
. -> infer -- ./gradlew build - [X] The full output in a paste, for instance a gist. ->
- [ ] If possible, a minimal example to reproduce your problem (for instance, some code where infer reports incorrectly, together with the way you run infer to reproduce the incorrect report).
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?
I have just tried
infer -- ./gradlew build
On an MBP M1 with a build of infer from the repo, and it worked fine.