Skip to content

Commit 24efa8c

Browse files
committed
build: fix shadow JAR publication for fake-data module.
1 parent 47ebb45 commit 24efa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fake-data/build.gradle

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

4545
repositories {

0 commit comments

Comments
 (0)