Skip to content

Commit

Permalink
Generate mvn pom for ssl-config library
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: elastic#37287, elastic#37527
Backport of: elastic#39019
  • Loading branch information
tvernum committed Feb 18, 2019
1 parent 408a800 commit 86c7e40
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 86c7e40

Please sign in to comment.