Skip to content

Commit

Permalink
🎨 feat: 修改mirai仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
cokie committed Dec 25, 2023
1 parent 6d84665 commit 5f65872
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ plugins {

allprojects {
repositories {
maven {
url = uri("https://maven.pkg.github.com/spcookie/Tokisaki")
credentials {
username = "[email protected]"
password = "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"
}
}
mavenCentral()
mavenLocal()
}
Expand Down
8 changes: 1 addition & 7 deletions tokisaki-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,5 @@ plugins {

dependencies {
api("cn.hutool:hutool-core:5.8.16")
// implementation("net.mamoe:mirai-core:2.16.0")
implementation(fileTree("libs") { include("*.jar") })
implementation("net.mamoe:mirai-logging-slf4j:2.16.0") {
exclude("net.mamoe", "mirai-console-compiler-annotation-jvm")
exclude("net.mamoe", "mirai-core-api-jvm")
exclude("net.mamoe", "mirai-core-utils-jvm")
}
implementation("net.mamoe:mirai-core-jvm:2.16.0.1-hook")
}
Binary file removed tokisaki-core/libs/mirai-core-api-jvm-2.17.0.jar
Binary file not shown.
Binary file removed tokisaki-core/libs/mirai-core-jvm-2.17.0.jar
Binary file not shown.
Binary file removed tokisaki-core/libs/mirai-core-utils-jvm-2.17.0.jar
Binary file not shown.

0 comments on commit 5f65872

Please sign in to comment.