Skip to content

Commit 045de02

Browse files
committed
[Java] Expose correct level of dependency for POM generation.
1 parent 3249ead commit 045de02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ project(':sbe-all') {
307307
apply plugin: 'com.github.johnrengelman.shadow'
308308

309309
dependencies {
310-
implementation project(':sbe-tool')
310+
api project(':sbe-tool')
311311
}
312312

313313
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)