I want to debug my gradle task in test.gradle which is not in build.gradle in IntelliJ IDEA.
Like this, test.gradle file debugTestwithGradle task in test.gradle
So, I tried remote debugging follow these guides.
- https://www.jetbrains.com/help/idea/run-debug-configuration-remote-debug.html?_ga=2.146766132.1892324613.1590646291-1406325537.1590646291#top
- gradle remote debugging process
But these guide does not work for me.
Is there any solution to debug gradle script?