Skip to content

Commit

Permalink
Generate mvn pom for ssl-config library (#39033)
Browse files Browse the repository at this point in the history
This is used by the reindex-client library which is published to maven

Relates: #37287, #37527
Backport of: #39019
  • Loading branch information
tvernum authored Feb 18, 2019
1 parent 3d04d3d commit 63baa61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/ssl-config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
* under the License.
*/

apply plugin: 'nebula.maven-base-publish'
apply plugin: 'nebula.maven-scm'

dependencies {
compile "org.elasticsearch:elasticsearch-core:${version}"

Expand Down

0 comments on commit 63baa61

Please sign in to comment.