update for async get endpoint info

This commit is contained in:
CaiHQ
2025-07-18 19:59:22 +08:00
parent a9ec23400e
commit 9ecbf54c2d
2 changed files with 16 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ plugins {
apply from: '../spotless.gradle'
group = "org.bdware.sc"
version = "1.10.5"
version = "1.10.6"
tasks.withType(JavaCompile) {
// options.compilerArgs << '-Xlint:none'
// options.compilerArgs << '-Xlint:deprecation' << "-Werror"