Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android plugins built multiple times #5414

Open
farfromrefug opened this issue Oct 10, 2020 · 1 comment
Open

android plugins built multiple times #5414

farfromrefug opened this issue Oct 10, 2020 · 1 comment
Labels
build Describes issues related to build operations

Comments

@farfromrefug
Copy link
Contributor

my material components all depend on @nativescript-community/ui-material-core.
If you build an app using multiple of them you ll see something like that
We should only need to build it once.

uilt aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-textfield
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle
Built aar for @nativescript-community/ui-material-core
         + applying user-defined configuration from /Volumes/dev/nativescript/nativescript-material-components/demo-vue/app/App_Resources/Android/before-plugins.gradle

That app shows that behavior: https://github.com/nativescript-community/ui-material-components/tree/master/demo-vue

@rigor789 rigor789 added the build Describes issues related to build operations label Oct 16, 2020
@mukaschultze
Copy link
Contributor

Possibly fixed by #5753

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Describes issues related to build operations
Projects
None yet
Development

No branches or pull requests

3 participants