File tree 1 file changed +0
-31
lines changed
1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,6 @@ jacocoTestCoverageVerification {
47
47
}
48
48
check. dependsOn jacocoTestCoverageVerification
49
49
50
- tasks. named(" jar" ). configure { dependsOn(" publishShadowPublicationToMavenLocal" ) }
51
- tasks. named(" jar" ). configure { dependsOn(" publishShadowPublicationToStagingRepository" ) }
52
-
53
50
shadowJar {
54
51
archiveClassifier. set(null )
55
52
}
@@ -110,34 +107,6 @@ publishing {
110
107
}
111
108
}
112
109
}
113
- jars(MavenPublication ) { publication ->
114
- from components. java
115
-
116
- pom {
117
- name = " OpenSearch Machine Learning Client"
118
- packaging = " jar"
119
- url = " https://github.com/opensearch-project/ml-commons"
120
- description = " OpenSearch Machine Learning Client"
121
- scm {
122
- connection = " scm:git@github.com:opensearch-project/ml-commons.git"
123
- developerConnection = " scm:git@github.com:opensearch-project/ml-commons.git"
124
- url = " git@github.com:opensearch-project/ml-commons.git"
125
- }
126
- licenses {
127
- license {
128
- name = " The Apache License, Version 2.0"
129
- url = " http://www.apache.org/licenses/LICENSE-2.0.txt"
130
- }
131
- }
132
- developers {
133
- developer {
134
- name = " OpenSearch"
135
- url = " https://github.com/opensearch-project/ml-commons"
136
- }
137
- }
138
- }
139
- }
140
-
141
110
}
142
111
143
112
}
You can’t perform that action at this time.
0 commit comments