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

Gradle backward compatibility #3499

Merged
merged 2 commits into from
Aug 23, 2022
Merged

Conversation

piaskowyk
Copy link
Member

Description

To resolve the problem with the detection of multiple instances of reanimated (#3441, #3467) I used some lambda expressions in the Gradle file. Unfortunately, Gradle in versions less than 7 doesn't support lambda expression. More info here: https://stackoverflow.com/questions/60688156/lambda-expression-in-groovy
I changed this logic to use the Gradle closure expression and regular loop instead of lambdas.

@piaskowyk piaskowyk merged commit acf7429 into main Aug 23, 2022
@piaskowyk piaskowyk deleted the @piaskowyk/gradle-compatibility branch August 23, 2022 14:28
piaskowyk added a commit that referenced this pull request Oct 5, 2022
To resolve the problem with the detection of multiple instances of reanimated (#3441, #3467) I used some lambda expressions in the Gradle file. Unfortunately, Gradle in versions less than 7 doesn't support lambda expression. More info here: https://stackoverflow.com/questions/60688156/lambda-expression-in-groovy
I changed this logic to use the Gradle closure expression and regular loop instead of lambdas.
fluiddot pushed a commit to wordpress-mobile/react-native-reanimated that referenced this pull request Jun 5, 2023
## Description

To resolve the problem with the detection of multiple instances of reanimated (software-mansion#3441, software-mansion#3467) I used some lambda expressions in the Gradle file. Unfortunately, Gradle in versions less than 7 doesn't support lambda expression. More info here: https://stackoverflow.com/questions/60688156/lambda-expression-in-groovy
I changed this logic to use the Gradle closure expression and regular loop instead of lambdas.
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.

None yet

2 participants