a7medev / react-native-ml-kit

React Native On-Device Machine Learning w/ Google ML Kit
MIT License
342 stars 55 forks source link

Plugin with id 'maven' not found. #7

Closed wilav-dev closed 2 years ago

wilav-dev commented 2 years ago

I'm getting the following error:

`* What went wrong: A problem occurred evaluating project ':react-native-ml-kit_face-detection'.

Plugin with id 'maven' not found. `

a7medev commented 2 years ago

Can you provide more info? Try running npx react-native info in your project directory and comment down the output.

wilav-dev commented 2 years ago

I found the problem. The maven plugin has been removed since Gradle 7. DOCS

For the moment, I downgrade to 6.9

Could you update files build.gradle for the next version replacing maven by maven-publish?

a7medev commented 2 years ago

I've removed the dependency on Maven in #8 which solves this issue.