File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/groovy/org/elasticsearch/hadoop/gradle Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ dependencies {
72
72
// Required for dependency licenses task
73
73
implementation ' org.apache.rat:apache-rat:0.11'
74
74
implementation ' commons-codec:commons-codec:1.12'
75
+ implementation ' com.gradleup.nmcp:nmcp:0.1.4'
75
76
76
77
if (localRepo) {
77
78
implementation name : " build-tools-${ buildToolsVersion} "
Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ class BuildPlugin implements Plugin<Project> {
567
567
568
568
private void configureMaven (Project project ) {
569
569
project. getPluginManager(). apply(" maven-publish" )
570
-
570
+ project . getPluginManager() . apply( " com.gradleup.nmcp " )
571
571
// Configure Maven publication
572
572
project. publishing {
573
573
publications {
You can’t perform that action at this time.
0 commit comments