facebook / infer

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

Maven build with java 17 failed #1846

Open mstepan opened 1 week ago

mstepan commented 1 week ago
infer run  -- mvn clean package

Failed b/c java 11 used as a forked version.

Please include the following information:

jiangxincode commented 1 week ago

There is same fault in my project: https://github.com/jiangxincode/ApkToolBoxGUI/actions/runs/9713937017/job/26811856126

geralt-encore commented 1 day ago

Can you try infer --java-version 17 run -- mvn clean package?