【发布时间】:2020-05-28 07:53:15
【问题描述】:
我想在 test.gradle 中调试我的 gradle 任务,该任务不在 IntelliJ IDEA 的 build.gradle 中。
像这样, test.gradle file debugTestwithGradle task in test.gradle
所以,我尝试按照这些指南进行远程调试。
- https://www.jetbrains.com/help/idea/run-debug-configuration-remote-debug.html?_ga=2.146766132.1892324613.1590646291-1406325537.1590646291#top
- gradle remote debugging process
但是这些指南对我不起作用。
有没有办法调试gradle脚本?
【问题讨论】:
标签: gradle intellij-idea jvm