Skip to content

Commit 86c7e40

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 Backport of: elastic#39019
1 parent 408a800 commit 86c7e40

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)