I am currently trying to set up offline inspections in Jenkins, but I keep getting the error that there are no modules in my project:
This project contains no modules. Inspection cannot proceed.
I saw this earlier Run Inspections offline (from Jenkins) Android Studio 1.1 vs 1.5 and also that there is a new idea gradle plugin that generates module information. Can we use this plugin then to generate everything we need for offline IDEA inspections, or is there something else missing?