inspect.sh ignores buildType
Answered
I specified a buildType "beta" in my build.gradle. When running "inspect.sh" on my project the script pics up only debug classes. How do I specify the buildType for "inspect.sh"?
Please sign in to leave a comment.
Inspections know nothing about your build.gradle, they work on IntelliJ IDEA project.
See https://stackoverflow.com/a/14454742/104891.
I have a custom scope defined, but I can't force the script to use my beta sources instead of my debug sources. This seems to happen somewhere internal.