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
Closes: elastic#38944
  • Loading branch information
tvernum committed Feb 18, 2019
1 parent e17f004 commit 478d6b7
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 478d6b7

Please sign in to comment.