a7medev / react-native-ml-kit

React Native On-Device Machine Learning w/ Google ML Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin with id 'maven' not found.

wilav-dev opened this issue · comments

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.
`

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

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?

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