Skip to content

Commit 478d6b7

Browse files
committed
Generate mvn pom for ssl-config library
This is used by the reindex-client library which is published to maven Relates: elastic#37287, elastic#37527 Closes: elastic#38944
1 parent e17f004 commit 478d6b7

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)