File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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
}
@@ -112,6 +109,8 @@ publishing {
112
109
}
113
110
jars(MavenPublication ) { publication ->
114
111
from components. java
112
+ artifact sourcesJar
113
+ artifact javadocJar
115
114
116
115
pom {
117
116
name = " OpenSearch Machine Learning Client"
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ 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