Skip to content

Commit b4b29e9

Browse files
committed
fix: compileOnly
1 parent c04ecfc commit b4b29e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515
1616
dependencies {
17-
implementation("xyz.cssxsh.mirai:mirai-selenium-plugin:${version}")
17+
compileOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:${version}")
1818
}
1919
```
2020

0 commit comments

Comments
 (0)