Hi there,
I’m using gradle 5.2.1 and have a build.gradle with runtime dependencies. When published, I was surprised to see them scoped as compile in the generated pom.xml. Is this behaviour expected? Is there a way to publish runtime dependencies with the runtime maven scope?