Commit 1fe3581 1 parent be8c839 commit 1fe3581 Copy full SHA for 1fe3581
File tree 3 files changed +1
-31
lines changed
3 files changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -107,35 +107,6 @@ publishing {
107
107
}
108
108
}
109
109
}
110
- jars(MavenPublication ) { publication ->
111
- from components. java
112
- artifact sourcesJar
113
- artifact javadocJar
114
-
115
- pom {
116
- name = " OpenSearch Machine Learning Client"
117
- packaging = " jar"
118
- url = " https://github.com/opensearch-project/ml-commons"
119
- description = " OpenSearch Machine Learning Client"
120
- scm {
121
- connection = " scm:git@github.com:opensearch-project/ml-commons.git"
122
- developerConnection = " scm:git@github.com:opensearch-project/ml-commons.git"
123
- url = " git@github.com:opensearch-project/ml-commons.git"
124
- }
125
- licenses {
126
- license {
127
- name = " The Apache License, Version 2.0"
128
- url = " http://www.apache.org/licenses/LICENSE-2.0.txt"
129
- }
130
- }
131
- developers {
132
- developer {
133
- name = " OpenSearch"
134
- url = " https://github.com/opensearch-project/ml-commons"
135
- }
136
- }
137
- }
138
- }
139
110
140
111
}
141
112
Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ cp -r ./build/local-staging-repo/org/opensearch/. $OUTPUT/maven/org/opensearch
76
76
./gradlew assemble --no-daemon --refresh-dependencies -DskipTests=true -Dopensearch.version=$VERSION -Dbuild.snapshot=$SNAPSHOT -Dbuild.version_qualifier=$QUALIFIER
77
77
[ -z " $OUTPUT " ] && OUTPUT=artifacts
78
78
mkdir -p $OUTPUT /plugins
79
- cp ./plugin/build/distributions/* .zip $OUTPUT /plugins
79
+ cp ./plugin/build/distributions/* .zip $OUTPUT /plugins
Original file line number Diff line number Diff line change @@ -14,4 +14,3 @@ project(":plugin").name = rootProject.name + "-plugin"
14
14
include ' ml-algorithms'
15
15
project(" :ml-algorithms" ). name = rootProject. name + " -algorithms"
16
16
17
- startParameter. excludedTaskNames= [" publishShadowPublicationToStagingRepository" , " publishShadowPublicationToMavenLocal" ]
You can’t perform that action at this time.
0 commit comments