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

Disable incompatible tasks on release build #2867

Merged
merged 1 commit into from
Aug 22, 2022
Merged

Disable incompatible tasks on release build #2867

merged 1 commit into from
Aug 22, 2022

Conversation

Goooler
Copy link
Collaborator

@Goooler Goooler commented Aug 22, 2022

Follow up #2806.

162 problems were found storing the configuration cache, 2 of which seem unique.
- Task :collectLawnWithQuickstepReleaseDependencies of type com.android.build.gradle.internal.tasks.PerModuleReportDependenciesTask: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/7.5.1/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task :lawnWithQuickstepReleaseOssLicensesTask of type com.google.android.gms.oss.licenses.plugin.LicensesTask: invocation of 'Task.project' at execution time is unsupported.
  See https://docs.gradle.org/7.5.1/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution

@yasanglass yasanglass merged commit 4c443fd into LawnchairLauncher:12.1-dev Aug 22, 2022
@yasanglass
Copy link
Member

Thank you.

@Goooler Goooler deleted the fix_cc branch August 22, 2022 20:27
Comment on lines +82 to +86
tasks.matching {
it.name.contains("collect*Dependencies") || it.name.contains("OssLicensesTask")
}.configureEach {
notCompatibleWithConfigurationCache("https://github.com/google/play-services-plugins/issues/206")
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

2 participants