File tree 6 files changed +8
-4
lines changed
opentelemetry/opentelemetry-driver
testing/testserver/testcapsule
6 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ publishing {
189
189
publications {
190
190
maven(MavenPublication ) {
191
191
artifactId ' corda-core'
192
- artifact( testJar)
193
- artifact(jar)
192
+ artifact testJar
193
+ from components . java
194
194
}
195
195
}
196
196
}
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ publishing {
93
93
artifact(buildCordaJAR) {
94
94
classifier ' '
95
95
}
96
+ from components. java
96
97
}
97
98
}
98
99
}
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ publishing {
25
25
publications {
26
26
shadow(MavenPublication ) { publication ->
27
27
artifactId ' corda-opentelemetry-driver'
28
- project. shadow. component(publication)
28
+ artifact shadowJar
29
+ from components. java
29
30
}
30
31
}
31
32
}
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ publishing {
75
75
maven(MavenPublication ) {
76
76
artifactId ' corda-serialization'
77
77
artifact(testJar)
78
- artifact(jar)
78
+ from components . java
79
79
}
80
80
}
81
81
}
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ publishing {
72
72
artifact(buildWebserverJar) {
73
73
classifier ' '
74
74
}
75
+ from components. java
75
76
}
76
77
}
77
78
}
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ publishing {
47
47
artifact(buildExplorerJAR) {
48
48
classifier ' '
49
49
}
50
+ from components. java
50
51
}
51
52
}
52
53
}
You can’t perform that action at this time.
0 commit comments