OpenSearch/buildSrc
Nik Everett 0f783ce94b
Build: Stop double generating buildSrc pom (#32408)
When we added the `java-gradle-plugin` to `buildSrc` it added a second
task to generate the pom that duplicates the publishing work that we
configure in `BuildPlugin`. Not only does it dupliciate the pom, it
creates a pom that is missing things like `name` and `description` which
are required for publishing to maven central.

This change disables the duplicate pom generation.
2018-07-26 13:19:05 -04:00
..
src Number of utilities for writing gradle integration tests (#32282) 2018-07-25 06:22:54 +00:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Build: Stop double generating buildSrc pom (#32408) 2018-07-26 13:19:05 -04:00
version.properties Upgrade to Lucene 7.4.0. (#31529) 2018-06-22 16:17:17 +02:00