You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With gradle 8.0 the task (marathon*AndroidTestGenerateMarathonfile) that generates the marathon file will fail.
Marathon version 0.8.4, AGP 8.1
To Reproduce
Upgrade to gradle 8.0
Expected behavior
I believe Gradle 8.0 isn't supported yet so no expectation that the plugin would work :-)
Logs and reports
> Task :marathonCurrentDebugAndroidTestGenerateMarathonfile FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':marathonCurrentDebugAndroidTestGenerateMarathonfile'.
> Cannot access input property 'sdk' of task ':marathonCurrentDebugAndroidTestGenerateMarathonfile'. Accessing unreadable inputs or outputs is not supported. Declare the task as untracked by using Task.doNotTrackState(). See https://docs.gradle.org/8.0/userguide/incremental_build.html#disable-state-tracking for more details.
Devices (please complete the following information):
Not relevant
Because of googles minimum SKD/API requirements for the play store essentially all maintained Android apps are going to migrate to AGP 8.1 and as a consequence gradle 8, so v7 is likely going away in any case as a mainstream version.
Describe the bug
With gradle 8.0 the task (marathon*AndroidTestGenerateMarathonfile) that generates the marathon file will fail.
Marathon version 0.8.4, AGP 8.1
To Reproduce
Upgrade to gradle 8.0
Expected behavior
I believe Gradle 8.0 isn't supported yet so no expectation that the plugin would work :-)
Logs and reports
Devices (please complete the following information):
Not relevant
Additional context
A workaround is to add
to the build script, replace the task name with the one from your configuration.
Note: outside of this issue, things seem to work just fine on both Linux and WIndows systems.
The text was updated successfully, but these errors were encountered: