Hi,
Is it possible to use productFlavors for a classic java project (not android) ?
I didn’t find any resources on this that’s why I am asking, I also tried to used it but it says ‘productFlavors() method not found’.
Thanks,
Hi,
Is it possible to use productFlavors for a classic java project (not android) ?
I didn’t find any resources on this that’s why I am asking, I also tried to used it but it says ‘productFlavors() method not found’.
Thanks,
This capability is added by the android plug-in, and is not available yet outside the android world.
The new software model will bring comparable functionalities to all gradle builds.
So according to this link https://docs.gradle.org/current/userguide/new_model.html, it should be available in 3.0, right ?
Thanks,