Assigned
Status Update
Comments
al...@snappautomotive.io <al...@snappautomotive.io> #2
Disregard - after adding
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
Description
DESCRIBE THE ISSUE IN DETAIL:
ApplicationProductFlavor
andLibraryProductFlavor
inherit fromProductFlavor
and both add a single property (isDefault
), which means that, at the moment, we have two convention plugins when we need to do things with default flavours (one forApplicationExtension
and one forLibraryExtension
, which useApplicationProductFlavor
orLibraryProductFlavor
as a generic type).What would be great is there was a
DefaultableProductFlavor
which sat betweenProductFlavor
andApplicationProductFlavor
/LibraryProductFlavor
that has theisDefault
property so we could use that to make some of our method signatures more generic and potentially reduce the number of different plugins we have.STEPS TO REPRODUCE:
isDefault
propertyStudio Build: Koala Version of Gradle Plugin: 8.5.1 Version of Gradle: 8.9 Version of Java: OpenJDK 17 OS: Debian 12