mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-22 05:10:09 +08:00
Correct implementation to runtimeOnly
This commit is contained in:
parent
86779347e0
commit
8948eb2043
@ -3,6 +3,6 @@ apply plugin: "java"
|
||||
|
||||
dependencies {
|
||||
api project(':mirai-core')
|
||||
implementation files('../mirai-core/build/classes/kotlin/jvm/main')
|
||||
runtimeOnly files('../mirai-core/build/classes/kotlin/jvm/main')
|
||||
// classpath is not set correctly by IDE
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user