I don't know if this is relevant here, but I'm try...
# http4k
e
I don't know if this is relevant here, but I'm trying to publish a plugin with
Copy code
implementation(platform("org.http4k:http4k-bom:4.8.0.0"))
implementation("org.http4k:http4k-core")
implementation("org.http4k:http4k-server-netty")
implementation("org.http4k:http4k-client-apache")
but I do get
Execution failed for task 'pluginpublishPlugins'.
> No version found for org.http4k:http4k-core on pom generation.