Skip to content

Commit 9a50845

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/ssl-config/build.gradle

+3
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)