Skip to content
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

reactor-kotlin-extensions doesn't support Gradle Module Metadata #2

Closed
juergenzimmermann opened this issue Sep 16, 2019 · 1 comment

Comments

@juergenzimmermann
Copy link

Motivation

Gradle Module Metadata is available since Gradle 5.3: https://blog.gradle.org/gradle-metadata-1.0. In Gradle 6.0 the metadata will automatically be published. However, a pom file is required to do so.

I tried the current Gradle 5.6.2 and set enableFeaturePreview("GRADLE_METADATA") in my settings.gradle.kts. It failed because of the missing pom file of reactor-kotlin-extensions,

Desired solution

Could you also provide reactor-kotlin-extensions-VERSION.pom in addition to reactor-kotlin-extensions-VERSION.jar and reactor-kotlin-extensions-VERSION-sources.jar ?

@juergenzimmermann
Copy link
Author

pom file is available now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant