Skip to content

Commit bfe1fc0

Browse files
committed
build/fix: missing shaded jar
1 parent 9f9c3ac commit bfe1fc0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ subprojects {
1010
}
1111
}
1212
}
13+
14+
dependencies {
15+
implementation(projects.bearconomyApi)
16+
implementation(projects.bearconomyCommon)
17+
}

0 commit comments

Comments
 (0)