Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
3flex opened this issue Sep 21, 2022 · 1 comment
Closed
Labels
Milestone

Comments

@3flex
Copy link
Contributor

3flex commented Sep 21, 2022

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

@hsz
Copy link
Member

hsz commented Sep 27, 2022

Thanks! 🚀

@hsz hsz closed this as completed Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants