TrevJonez
04/25/2024, 4:39 PMA problem was found with the configuration of task 'appuploadAkorbiAssets' (type 'UploadAkorbiAssetTask').
- Type 'com.aetna.akorbi.UploadAkorbiAssetTask' property 'translationTargets.$9.enUsFilePath' specifies file '/home/circleci/project/app/src/main/res-features/notificationcenter/values/strings.xml' which doesn't exist.attempt thus far was to run with
-m
but it doesn't actually trigger the get() on the task inputs.TrevJonez
04/25/2024, 4:40 PMvalidateAkorbiConfig
Vampire
04/25/2024, 5:18 PMtaskActions.clear()
(or was it actions.clear()
?) on that task so that the actual work is not done, then you "execute" the task. If this does not trigger the input validation as Gradle skips the task for having no actions, just register a no-op action using doLast {}
after clearing the existing actions.