Skip to content

Incompatible with AGP 7 - Plugin with id 'maven' not found #67

Closed
@kklopfenstein

Description

@kklopfenstein

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions