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"?

0
2 comments

Inspections know nothing about your build.gradle, they work on IntelliJ IDEA project.

See https://stackoverflow.com/a/14454742/104891.

0
Avatar
Permanently deleted user

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.

0

Please sign in to leave a comment.