Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

尝试修复由于编译器插件导致的IDE泛型解析问题,进而导致的 OneBotApiExecutable 合成函数在IDEA中不可见的问题 #140

Merged
merged 3 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ setup(P.ComponentOneBot)
buildscript {
repositories {
mavenCentral()
mavenLocal()
}
}

Expand All @@ -51,6 +52,7 @@ allprojects {
snapshotsOnly()
}
}
mavenLocal()
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ openjdk-jmh = "1.37"
log4j = "2.24.1"
# simbot
simbot = "4.7.0"
suspendTransform = "2.0.20-0.9.3"
suspendTransform = "2.0.20-0.9.4"
gradleCommon = "0.6.0"
# ksp
ksp = "2.0.20-1.0.25"
Expand Down
Loading