File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ test {
119
119
120
120
publishing {
121
121
repositories {
122
+ maven {
123
+ name = ' staging'
124
+ url = " ${ rootProject.buildDir} /local-staging-repo"
125
+ }
122
126
maven {
123
127
name = " Snapshots"
124
128
url = " https://aws.oss.sonatype.org/content/repositories/snapshots"
Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ spotless {
56
56
57
57
publishing {
58
58
repositories {
59
+ maven {
60
+ name = ' staging'
61
+ url = " ${ rootProject.buildDir} /local-staging-repo"
62
+ }
59
63
maven {
60
64
name = " Snapshots"
61
65
url = " https://aws.oss.sonatype.org/content/repositories/snapshots"
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ cp ${distributions}/*.zip ./$OUTPUT/plugins
81
81
82
82
# Publish plugin jars to maven
83
83
./gradlew publishNebulaPublicationToMavenLocal -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
84
+ ./gradlew publishNebulaPublicationToStagingRepository -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
84
85
85
86
# Publish plugin zips to maven
86
87
./gradlew publishPluginZipPublicationToMavenLocal -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
You can’t perform that action at this time.
0 commit comments