Skip to content

Commit

Permalink
Merge pull request #140 from simple-robot/dev/type-pm-fix
Browse files Browse the repository at this point in the history
尝试修复由于编译器插件导致的IDE泛型解析问题,进而导致的 OneBotApiExecutable 合成函数在IDEA中不可见的问题
  • Loading branch information
ForteScarlet authored Nov 15, 2024
2 parents 9da67c8 + 5f644a9 commit 236d9bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 236d9bf

Please sign in to comment.