如何使用GradleRunner在自定义的Gradle插件中调试ComponentRegistrar,DeclarationAttributeAltererExtension和CommandLineProcessor?

时间:2019-04-30 14:13:42

标签: debugging gradle intellij-idea kotlin gradle-plugin

我有一个functional test使用GradleRunner.create().withDebug(true),并且可以从IntelliJ IDEA调试custom Gradle plugin的某些部分。

我可以在PluginKotlinGradleSubplugin的实现中触发断点。但是不在我的ComponentRegistrarDeclarationAttributeAltererExtensionCommandLineProcessor的实现之内。

有什么想法我想念的吗?

如果要对此进行分类,请先使用./gradlew :kotlin-really-allopen:build :kotlin-really-allopen:publishToMavenLocal :functional-test:build进行构建,然后再在IDEA中调试FunctionalPluginTest

0 个答案:

没有答案