Hello,
I updated the plugin to 3.1.0 but now it started to throw an exception like below
* What went wrong:
A problem was found with the configuration of task ':app:uploadInternalToBrowserstackAppLive' (type 'AppLiveUploadTask').
- In plugin 'com.browserstack.gradle' type 'com.browserstack.gradle.AppLiveUploadTask' property 'command' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
1. Add an input or output annotation.
2. Mark it as @Internal.
Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#missing_annotation for more details about this problem.
Hello,
I updated the plugin to 3.1.0 but now it started to throw an exception like below