`mockk-android:1.12.6` is not published
See original GitHub issueJust be aware about usual MockK support pattern. Tickets are checked from time to time, replied, discussed, labeled, e.t.c. But real fixes are applied in a month-two month period in a bunch. If you think this is unacceptable, go on, join the project, change the world.
Please remove sections wisely
Our project uses mockk-android
.
Renovate created a PR to update to 1.12.6
, but it does not resolve the dependency.
It seems that mockk-android:1.12.6
is not published.
Is this an intended behavior?
I think https://github.com/mockk/mockk/pull/855 is relevant.
Prerequisites
- I am running the latest version
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
Expected Behavior
Can resolve mockk-android:1.12.6
.
Current Behavior
mockk-android:1.12.6
is not published to Maven Central.
https://search.maven.org/search?q=g:io.mockk
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
- Add
io.mockk:mockk-android:1.12.6
todependencies
.
Context
- MockK version: 1.12.6
Failure Logs
Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:androidDependencies'.
> Could not resolve all artifacts for configuration ':app:studentProductionDebugAndroidTestCompileClasspath'.
> Could not find io.mockk:mockk-android:1.12.6.
Required by:
project :app
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
Minimal reproducible code (the gist of this issue)
dependencies {
androidTestImplementation("io.mockk:mockk-android:1.12.6")
}
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:6 (4 by maintainers)
Top GitHub Comments
Same with JVM:
I’m working on fixing this problem. I will make a PR soon.