Skip to content

Commit 0309161

Browse files
committed
make the OSHI dependency into a transitive one
1 parent d7577e9 commit 0309161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snaploader/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jar { // assemble jar options [java -jar]
2727
}
2828

2929
dependencies {
30-
implementation('com.github.oshi:oshi-core:6.7.0')
30+
api('com.github.oshi:oshi-core:6.7.0')
3131
}

0 commit comments

Comments
 (0)