You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Additional context
The text was updated successfully, but these errors were encountered: