I would like to use forbiddenApis to check for API violations in the main sourceSet, but not in the test sourceSet. Is there a way to tell forbiddenApis to ignore specific sourceSets?
I tried to leave the default signatures empty for the test sourceSet but then I get a "No signatures were added to task" error.
I would like to use forbiddenApis to check for API violations in the main sourceSet, but not in the test sourceSet. Is there a way to tell forbiddenApis to ignore specific sourceSets?
I tried to leave the default signatures empty for the test sourceSet but then I get a "No signatures were added to task" error.