@@ -43,13 +43,13 @@ data class BuildData(
4343
4444val buildDataList = listOf (
4545 BuildData (
46- ideaSDKShortVersion = " 2025.3 " ,
47- ideaSDKVersion = " 253.28086.51 " ,
48- sinceBuild = " 253 " ,
49- untilBuild = " 253 .*" ,
46+ ideaSDKShortVersion = " 2025.2 " ,
47+ ideaSDKVersion = " 252.23892.409 " ,
48+ sinceBuild = " 252 " ,
49+ untilBuild = " 252 .*" ,
5050 bunch = " 212" ,
51- targetCompatibilityLevel = JavaVersion .VERSION_21 ,
52- jvmTarget = " 21 "
51+ targetCompatibilityLevel = JavaVersion .VERSION_17 ,
52+ jvmTarget = " 17 "
5353 )
5454)
5555
@@ -92,11 +92,11 @@ fun getRev(): String {
9292
9393task(" downloadEmmyDebugger" , type = Download ::class ) {
9494 src(arrayOf(
95- " https://github.com/EmmyLua /EmmyLuaDebugger/releases/download/${emmyDebuggerVersion} /darwin-arm64.zip" ,
96- " https://github.com/EmmyLua /EmmyLuaDebugger/releases/download/${emmyDebuggerVersion} /darwin-x64.zip" ,
97- " https://github.com/EmmyLua /EmmyLuaDebugger/releases/download/${emmyDebuggerVersion} /linux-x64.zip" ,
98- " https://github.com/EmmyLua /EmmyLuaDebugger/releases/download/${emmyDebuggerVersion} /win32-x64.zip" ,
99- " https://github.com/EmmyLua /EmmyLuaDebugger/releases/download/${emmyDebuggerVersion} /win32-x86.zip"
95+ " https://github.com/leinlin /EmmyLuaDebugger/releases/download/${emmyDebuggerVersion} /darwin-arm64.zip" ,
96+ " https://github.com/leinlin /EmmyLuaDebugger/releases/download/${emmyDebuggerVersion} /darwin-x64.zip" ,
97+ " https://github.com/leinlin /EmmyLuaDebugger/releases/download/${emmyDebuggerVersion} /linux-x64.zip" ,
98+ " https://github.com/leinlin /EmmyLuaDebugger/releases/download/${emmyDebuggerVersion} /win32-x64.zip" ,
99+ " https://github.com/leinlin /EmmyLuaDebugger/releases/download/${emmyDebuggerVersion} /win32-x86.zip"
100100 ))
101101
102102 dest(" temp" )
@@ -164,7 +164,7 @@ project(":") {
164164 implementation(" org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5" )
165165 implementation(" com.jgoodies:forms:1.2.1" )
166166 intellijPlatform {
167- intellijIdeaUltimate (buildVersionData.ideaSDKVersion )
167+ intellijIdeaCommunity (buildVersionData.ideaSDKShortVersion )
168168 bundledModule(" intellij.spellchecker" )
169169 }
170170 }
0 commit comments