-
Notifications
You must be signed in to change notification settings - Fork 179
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
Could not find spek-dsl-metadata 2.0.17 #983
Comments
I removed the metadata publishing since I thought it was not needed anymore 🤦🏽 - what error are you getting @jcornaz? |
Hi @raniejade, I get this error:
|
Thanks @looserkevin - honestly I remember the docs saying metadata module shouldn't be needed anymore. But anyway, I'll work on it. |
Thanks @raniejade. It is kind of strange because I don't see the error @looserkevin do (we work together on the same codebase). However, if I manually look at https://repo1.maven.org/maven2/org/spekframework/spek2/spek-dsl-jvm/2.0.17/spek-dsl-jvm-2.0.17.module I see (at line 39): {
"name": "metadataApiElements-published",
"attributes": {
"org.gradle.usage": "kotlin-api",
"org.jetbrains.kotlin.platform.type": "common"
},
"available-at": {
"url": "../../spek-dsl-metadata/2.0.17/spek-dsl-metadata-2.0.17.module",
"group": "org.spekframework.spek2",
"module": "spek-dsl-metadata",
"version": "2.0.17"
}
} Which basically references the non-existing |
Facing the same issue with 2.0.17 metadata |
cannot update spek for this reason. Any plan to release a 2.0.18 which includes it again? |
Looks like most artifacts on maven central are on 2.0.17 except for
spek-dsl-metadata
andspek-runtime-metadata
:source: https://search.maven.org/search?q=org.spekframework.spek2
That is problematic as some of the other modules (like
spek-dsl-jvm
) depend on thespek-dsl-metadata
The text was updated successfully, but these errors were encountered: