[6.2.6][build] 修正编译器警告

This commit is contained in:
renwj
2023-12-27 12:14:03 +08:00
parent 3f843321e1
commit 4069c077c4
2 changed files with 2 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ ext {
//========================= LancetX ===================
lancetx_runtime : "io.github.knight-zxw:lancet-runtime:10.50.0",
lancetx_compiler : "com.mogo.eagle.core.lancetx:compiler:1.0.6",
lancetx_compiler : "com.mogo.eagle.core.lancetx:compiler:1.0.10",
lancetx_compiler_lib : "com.mogo.eagle.core.lancetx:runtime:1.0.5",

View File

@@ -1,7 +1,7 @@
ext {
gradle_version = '3.5.3'
kotlin_plugin_version = '1.5.30'
plugin_version = '10.0.0_mogo'
plugin_version = '10.0.10_mogo'
service_chain_version = '5.3.14'
lancetx_plugin_version = '10.0.4_mogo'
}