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

Fix execution optimization for KtLint in :modulecheck-plugin #590

Merged
merged 1 commit into from
May 6, 2022

Conversation

RBusarow
Copy link
Member

@RBusarow RBusarow commented May 6, 2022

Execution optimizations have been disabled for task ':modulecheck-plugin:runKtlintCheckOverMainSourceSet' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '/Users/rbusarow/projects/ModuleCheck/modulecheck-plugin/build/generated/sources/buildProperties/kotlin/main'. Reason: Task ':modulecheck-plugin:runKtlintCheckOverMainSourceSet' uses this output of task ':modulecheck-plugin:generateBuildProperties' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.

```
Execution optimizations have been disabled for task ':modulecheck-plugin:runKtlintCheckOverMainSourceSet' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: '/Users/rbusarow/projects/ModuleCheck/modulecheck-plugin/build/generated/sources/buildProperties/kotlin/main'. Reason: Task ':modulecheck-plugin:runKtlintCheckOverMainSourceSet' uses this output of task ':modulecheck-plugin:generateBuildProperties' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.
```
@kodiakhq kodiakhq bot merged commit a9b5339 into main May 6, 2022
@kodiakhq kodiakhq bot deleted the plugin_module_ktlint_optimization branch May 6, 2022 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant