Closed
Description
When building with the newest version of the Android Gradle Plugin 7.0.1 (using Gradle 7.0.2) the following error occurs:
* What went wrong:
A problem occurred evaluating project ':react-native-blob-util'.
> Plugin with id 'maven' not found.
The maven
gradle plugin is legacy and has been removed with 7.0.2.
https://docs.gradle.org/7.0/userguide/upgrading_version_6.html#removal_of_the_legacy_maven_plugin
The solution would be to use the newer maven-publish
plugin which is compatible with Gradle 7.
Note that this is using react-native-blob-util
version 0.13.15
.
Metadata
Metadata
Assignees
Labels
No labels