inspect.sh ignores buildType
已回答
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"?
请先登录再写评论。
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.