Skip to content

Change HiltSyncTask to extend DefaultTask instead of Sync.#5123

Merged
copybara-service[bot] merged 1 commit intomasterfrom
test_869774552
Feb 13, 2026
Merged

Change HiltSyncTask to extend DefaultTask instead of Sync.#5123
copybara-service[bot] merged 1 commit intomasterfrom
test_869774552

Conversation

@copybara-service
Copy link

Change HiltSyncTask to extend DefaultTask instead of Sync.

The HiltSyncTask was previously extending Gradle's Sync task, but it was not actually performing any file synchronization. This change updates HiltSyncTask to extend DefaultTask, which is more appropriate for a task that primarily serves to declare classpath inputs for other tasks. The unused import DuplicatesStrategy is also removed.

FIXES #5122

RELNOTES=N/A

The HiltSyncTask was previously extending Gradle's Sync task, but it was not actually performing any file synchronization. This change updates HiltSyncTask to extend DefaultTask, which is more appropriate for a task that primarily serves to declare classpath inputs for other tasks. The unused import DuplicatesStrategy is also removed.

FIXES #5122

RELNOTES=N/A
PiperOrigin-RevId: 869847460
@copybara-service copybara-service bot merged commit 1be5765 into master Feb 13, 2026
@copybara-service copybara-service bot deleted the test_869774552 branch February 13, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Slow incremental builds on AGP 9

1 participant