dsmiley commented on pull request #353:
URL: https://github.com/apache/lucene/pull/353#issuecomment-950407268
I'm looking at this and seeing `gradle/maven/publications-maven.gradle` at
the bottom has:
```
tasks.withType(GenerateModuleMetadata) {
enabled = false
}
```
Added in this PR by @dweiss shown by git blame.
Why? This means if we use more sophisticated metadata like
[feature-variants](https://docs.gradle.org/current/userguide/feature_variants.html)
(which I'm working on now for spatial-extras), it will not be published, which
is a shame.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]