Recommended plugin debugging technique

To debug a plugin, run the build with ‘–no-daemon -Dorg.gradle.debug=true’ and connect an external debugger that has access to the plugin sources on port 5005.

1 Like