Skip to content

Commit 6511849

Browse files
committed
[WIP] use nmcp plugin for publishing to maven central
1 parent aae4528 commit 6511849

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ dependencies {
7272
// Required for dependency licenses task
7373
implementation 'org.apache.rat:apache-rat:0.11'
7474
implementation 'commons-codec:commons-codec:1.12'
75+
implementation 'com.gradleup.nmcp:nmcp:0.1.4'
7576

7677
if (localRepo) {
7778
implementation name: "build-tools-${buildToolsVersion}"

buildSrc/src/main/groovy/org/elasticsearch/hadoop/gradle/BuildPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ class BuildPlugin implements Plugin<Project> {
567567

568568
private void configureMaven(Project project) {
569569
project.getPluginManager().apply("maven-publish")
570-
570+
project.getPluginManager().apply("com.gradleup.nmcp")
571571
// Configure Maven publication
572572
project.publishing {
573573
publications {

0 commit comments

Comments
 (0)