Skip to content

Commit 1d453ca

Browse files
committed
build: fix shadow JAR publication for mock-hbase module.
1 parent e8ed4fc commit 1d453ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock/hbase/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ artifacts {
3838
publishing {
3939
publications {
4040
maven(MavenPublication) {
41-
from components.java
41+
artifact shadowJar
4242
artifact sourcesJar
4343

4444
repositories {

0 commit comments

Comments
 (0)