Skip to content

fix: handle gradleArgs as an array option #5636

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from

Conversation

farfromrefug
Copy link
Contributor

This changes the way gradleArgs works.
Now you can use either --gradleArgs=-PsplitEnabled --gradleArgs=-PabiFilters=arm64-v8a,armeabi-v7a or --gradleArgs=\"-PsplitEnabled -PabiFilters=arm64-v8a,armeabi-v7a\"

there is just duplicate code in the parsing handle multiple args in the same gradleArgs (necessary because otherwise gradle wont read them)

# Conflicts:
#	lib/definitions/android-plugin-migrator.d.ts
@cla-bot cla-bot bot added the cla: yes label Feb 22, 2022
@farfromrefug
Copy link
Contributor Author

superseded by #5774

@rigor789 rigor789 closed this Apr 3, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants