Skip to content

Commit 8895bef

Browse files
authored
Generate mvn pom for ssl-config library (#39026)
This is used by the reindex-client library which is published to maven Relates: #37287, #37527 Backport of: #39019
1 parent ed08bc3 commit 8895bef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/ssl-config/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
* under the License.
1818
*/
1919

20+
apply plugin: 'nebula.maven-base-publish'
21+
apply plugin: 'nebula.maven-scm'
22+
2023
dependencies {
2124
compile "org.elasticsearch:elasticsearch-core:${version}"
2225

0 commit comments

Comments
 (0)