intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

Plugin realises all tasks in project during Gradle's configuration phase

Open 3flex opened this issue 3 years ago • 0 comments

Describe the bug I noticed in a project that uses this plugin that many tasks were created during the configuration phase which seemed unnecessary.

See this build scan (clicking the icon to right of ":sqldelight-idea-plugin" will show the tasks that were configured in this build by the org.jetbrains.intellij plugin. When running ./gradlew help --scan this should report 0 tasks were created immediately or during configuration.

To Reproduce See link above - alternatively, apply the plugin to any build, and run ./gradlew help --scan and view the Performance > Configuration page.

Expected behavior 0 tasks are created during configuration phase by this plugin.

Environment:

  • OS: Windows 11
  • Gradle IntelliJ Plugin Version: 1.6.0 (but applies to 1.9.0, and master branch)
  • Gradle Version: 7.5.1

Additional context

3flex avatar Sep 21 '22 06:09 3flex