To debug a gradle plugin in the real project: Open plugin project and add “remote” configuration (with defaults - it would be port 5005) Run gradle: ./gradlew task -Dorg.gradle.debug=true (it will halt waiting for remote debugger attachment) Run r...
blog.vyarus.ru1 min readNo responses yet.