Skip to content

react-native-headless-work-manager maven issue #43

@milayek86

Description

@milayek86

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch react-native-headless-work-manager@1.0.1 for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-headless-work-manager/android/build.gradle b/node_modules/react-native-headless-work-manager/android/build.gradle
index 4186005..76cfa50 100644
--- a/node_modules/react-native-headless-work-manager/android/build.gradle
+++ b/node_modules/react-native-headless-work-manager/android/build.gradle
@@ -20,7 +20,7 @@ buildscript {
 }
 
 apply plugin: 'com.android.library'
-apply plugin: 'maven'
+apply plugin: 'maven-publish'
 
 // Matches values in recent template from React Native 0.59 / 0.60
 // https://github.com/facebook/react-native/blob/0.59-stable/template/android/build.gradle#L5-L9

This issue body was partially generated by patch-package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions