android-native-dependencies icon indicating copy to clipboard operation
android-native-dependencies copied to clipboard

Gradle 7.0 compatibility

Open AghilasMessara opened this issue 3 years ago • 3 comments

Plugin is broken for Gradle 7.0 because pf property annotation

Some problems were found with the configuration of task ':PnRGateService:resolveNativeDependencies' (type 'NativeDependenciesResolverTask').

  • Type 'com.nabilhachicha.nativedependencies.task.NativeDependenciesResolverTask' property 'ARM64_FILTER' is missing an input or output annotation.

    Reason: A property without annotation isn't considered during up-to-date checking.

    Possible solutions:

    1. Add an input or output annotation.
    2. Mark it as @Internal.

Is this plugin still maintained? If I have a pull request will it be merged?

AghilasMessara avatar Oct 04 '21 13:10 AghilasMessara

Hi @AghilasMessara I'm not maintaining this repo since AAR has been the defacto way of releasing Android libraries containing native code. Would you be interested if I transfer the repo ownership to you?

nhachicha avatar Oct 04 '21 15:10 nhachicha

Hi, i am still using this plugin because i depend on native libraries that are delivered for multiple plateformes and as such dont use aar. If you are willing to transfert the ownership i would gladly maintain it.


From: Nabil Hachicha @.> Sent: Monday, October 4, 2021 5:14:26 PM To: nhachicha/android-native-dependencies @.> Cc: AghilasMessara @.>; Mention @.> Subject: Re: [nhachicha/android-native-dependencies] Gradle 7.0 compatibility (#17)

Hi @AghilasMessarahttps://github.com/AghilasMessara I'm not maintaining this repo since AAR has been the defacto way of releasing Android libraries containing native code. Would you be interested if I transfer the repo ownership to you?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/nhachicha/android-native-dependencies/issues/17#issuecomment-933585601, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC5DFCMVOMJYW3CBLO5VS6LUFHAFFANCNFSM5FJK5ORQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

AghilasMessara avatar Oct 04 '21 16:10 AghilasMessara

Thanks, I did transfer the repo to you. take good care 🙂

nhachicha avatar Oct 04 '21 16:10 nhachicha