Skip to content

Commit 5384698

Browse files
committed
[Java] Revert to implementation dependency.
1 parent 6fa7465 commit 5384698

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
@@ -302,7 +302,7 @@ project(':sbe-all') {
302302
apply plugin: 'com.github.johnrengelman.shadow'
303303

304304
dependencies {
305-
compile project(':sbe-tool')
305+
implementation project(':sbe-tool')
306306
}
307307

308308
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)