Skip to content

Commit e948e31

Browse files
committed
Cleanup root build.gradle file
1 parent 3312fc0 commit e948e31

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,14 @@ plugins {
5555
}
5656

5757
version = VersionProperties.elasticsearch
58+
59+
/**
60+
* Here we package and aggregation zip file containing all maven artifacts we want to
61+
* publish to maven central.
62+
* The aggregation is done by picking all projects that have the elasticsearch.publish plugin applied,
63+
* indicating the artifact is meant for beeing published to maven central.
64+
* */
5865
nmcpAggregation {
59-
centralPortal {
60-
username = 'blubb' // TODO("Create a token username at https://central.sonatype.com/account")
61-
password = 'blubb' // TODO("Create a token password at https://central.sonatype.com/account")
62-
// publish manually from the portal
63-
publishingType = "USER_MANAGED"
64-
}
6566
// this breaks project isolation but this is broken in elasticsearch build atm anyhow.
6667
publishAllProjectsProbablyBreakingProjectIsolation()
6768
}

0 commit comments

Comments
 (0)