-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure with Android Gradle Plugin 3.6.0-alpha05 #180
Comments
Yeah, I saw that as well, but you beat me to it when it comes to opening a ticket ;). You might get away with it by disabling the Jacoco task generation, though I haven't verified that yet. We'll need to find a new way of getting the inputs of these tasks, hopefully more reliably. To disable Jacoco task generation, try this: android {
testOptions {
junitPlatform.jacocoOptions.taskGenerationEnabled = false
}
} |
We do use jacoco, so would rather not disable it 🙂
…On Fri, Jul 26, 2019, 7:02 AM Marcel Schnelle ***@***.***> wrote:
Yeah, I saw that as well, but you beat me to it when it comes to opening a
ticket ;). You might get away with it by disabling the Jacoco task
generation, though I haven't verified that yet. We'll need to find a new
way of getting the inputs of these tasks, hopefully more reliably.
To disable Jacoco task generation, try this:
android {
testOptions {
junitPlatform.jacocoOptions.taskGenerationEnabled = false
}
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#180?email_source=notifications&email_token=ABJG5PMO6HOAMVKIXKYKBLTQBLRURA5CNFSM4IGYZOAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD24MEBA#issuecomment-515424772>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABJG5PIMQRQWNR6YTD366ELQBLRURANCNFSM4IGYZOAA>
.
|
This was addressed by #182. Could you try this on the latest |
This does seem to resolve it. Thanks! |
1.5.1.0 is now available. Thanks again for reporting! |
After upgrading to the Android Gradle Plugin we're getting a failure for Gradle tasks when attempting to retrieve artifcats with
InternalArtifactType
.The text was updated successfully, but these errors were encountered: