Skip to content

Commit 019c7f1

Browse files
committed
[Java] Depending on implementation rather than api for all jar.
1 parent 3caabe6 commit 019c7f1

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-
api project(':sbe-tool')
310+
implementation project(':sbe-tool')
311311
}
312312

313313
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)