I have a question about JFrog Artifactory, especially when using it with Gradle.
I have 10 variants, but I only publish 4 of them on Artifactory inside the publishing -> publications code.
The problem is that, before publishing these 4 variants, the task generates an .aar file for all my 10 variants, and then publishes these 4 variants.
I don't need all the 10 variants .aar files, as I publish only 4 of them.
How could I exclude them?
Let me know if you would like to see my code.
Thank you in advance