We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba555ce commit 669ba1eCopy full SHA for 669ba1e
build.gradle.kts
@@ -12,8 +12,7 @@ group = "com.cppcxy"
12
13
// 版本配置
14
object Versions {
15
- const val emmyluaAnalyzer = "0.8.2"
16
- const val release = "0.8.6"
+ const val emmyluaAnalyzer = "0.9.1"
17
const val emmyDebugger = "1.8.6"
18
const val jvm = "17"
19
const val ideaSDK = "2024.3.2.1"
@@ -43,7 +42,7 @@ private val buildVersionData = buildDataList.find { it.ideaSDKShortVersion == bu
43
42
?: error("Unsupported IDEA version: $buildVersion")
44
private val runnerNumber = System.getenv("RUNNER_NUMBER") ?: "Dev"
45
46
-version = "${Versions.release}.${runnerNumber}-IDEA${buildVersion}"
+version = "${Versions.emmyluaAnalyzer}.${runnerNumber}-IDEA${buildVersion}"
47
48
// 下载URL配置
49
object DownloadUrls {
0 commit comments