https://stackoverflow.com/a/35235229/7858768

Plugins Classpath

./gradlew buildEnvironment

Inspect Plugin Classpath: You can inspect the classpath of the plugins to see if the XX plugin or any XX-related libraries are being included. Run the following command to get a list of the dependencies for the buildscript classpath.

Link to original