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

Move debug meta injection into compressAssets task #722

Closed
wants to merge 4 commits into from

Conversation

markushi
Copy link
Member

📜 Description

Fixes #701

💡 Motivation and Context

Up until now we used the transformation API, but this breaks as soon as another tasks creates assets by wiring traditional Gradle task dependencies. See the code comment for more details.

💚 How did you test it?

📝 Checklist

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • No breaking changes

🔮 Next steps

) { task ->
task.inputPropertyFiles.setFrom(inputFiles)
task.outputFile.set(
project.buildDir.resolve(
Copy link
Member

Choose a reason for hiding this comment

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

I hope we are not introducing back this problem 👀 #412 (comment)

@markushi
Copy link
Member Author

As this is overly complicated and brittle, closing in favor of #723

@markushi markushi closed this Jun 18, 2024
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.

Missing copyFlutterAssetsDebug task dependency
2 participants