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

Removed support for MergeSourceSetFolders in 8.4.0 #635

Merged
merged 2 commits into from
Jan 3, 2024

Conversation

ribafish
Copy link
Member

@ribafish ribafish commented Dec 29, 2023

AGP 8.4.0 has disabled caching for MergeSourceSetFolders tasks.
https://issuetracker.google.com/issues/278800528
This PR drops support for MergeSourceSetFolders workaround in AGP 8.3.

Tests

AGP 8.2.0: Build Cache Result --> Hit (local) --> Scan

AGP 8.4.0-alpha01: Build cache Result --> Simple merging task --> Scan

Note: test runs above fail due to roborazzi UI tests, unrelated to any change here.

Note2: This requires PR #634 to be merged first.

Copy link
Contributor

@runningcode runningcode left a comment

Choose a reason for hiding this comment

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

Nice, thanks for following up on this!

…_8.4.0alpha01

* gk/agp8.4.0alpha01:
  Updated changes.md
  Updated to AGP 8.3.0-beta01

# Conflicts:
#	src/test/groovy/org/gradle/android/WorkaroundTest.groovy
Base automatically changed from gk/agp8.4.0alpha01 to main January 3, 2024 10:53
@ribafish ribafish merged commit dc65a5d into main Jan 3, 2024
16 checks passed
@ribafish ribafish deleted the gk/MergeSourceSetFolders_fixed_8.4.0alpha01 branch January 3, 2024 10:57
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.

2 participants