STR:
- intall Gradle 7+ to project
- Configure diawi plugin
- run ./gradlew diawiPublishautotest --stacktrace
AC:
- Exception is:
org.gradle.internal.execution.WorkValidationException: Some problems were found with the configuration of task ':app:diawiPublishautotest' (type 'DiawiUploadTask').
-
In plugin 'diawi-upload' type 'com.devindi.gradle.diawi.task.DiawiUploadTask' property 'client' is missing an input or output annotation.
Reason: A property without annotation isn't considered during up-to-date checking.
Possible solutions:
- Add an input or output annotation.
- Mark it as @internal.
Please also migrate from JCenter to mavenCentral