ci: [NO BACKPORT] bump to latest EAP
This commit is contained in:
parent
de8c112748
commit
f704b6c936
4 changed files with 8 additions and 7 deletions
|
@ -88,6 +88,7 @@ allprojects {
|
|||
|
||||
intellijPlatform {
|
||||
defaultRepositories()
|
||||
snapshots()
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
|
@ -100,8 +101,8 @@ allprojects {
|
|||
dependencies {
|
||||
intellijPlatform {
|
||||
when(runIdeTarget) {
|
||||
"ideaCommunity" -> create(IntelliJPlatformType.IntellijIdeaCommunity, providers.gradleProperty("ideaCommunityVersion"))
|
||||
"clion" -> create(IntelliJPlatformType.CLion, providers.gradleProperty("clionVersion"))
|
||||
"ideaCommunity" -> create(IntelliJPlatformType.IntellijIdeaCommunity, providers.gradleProperty("ideaCommunityVersion"), useInstaller = false)
|
||||
"clion" -> create(IntelliJPlatformType.CLion, providers.gradleProperty("clionVersion"), useInstaller = false)
|
||||
}
|
||||
|
||||
pluginVerifier()
|
||||
|
|
|
@ -23,7 +23,7 @@ tasks {
|
|||
|
||||
dependencies {
|
||||
intellijPlatform {
|
||||
create(IntelliJPlatformType.CLion, providers.gradleProperty("clionVersion"))
|
||||
create(IntelliJPlatformType.CLion, providers.gradleProperty("clionVersion"), useInstaller = false)
|
||||
bundledPlugins("com.intellij.clion", "com.intellij.cidr.base", "com.intellij.nativeDebug")
|
||||
}
|
||||
implementation(project(":core"))
|
||||
|
|
|
@ -12,7 +12,7 @@ val lsp4jVersion: String by project
|
|||
|
||||
dependencies {
|
||||
intellijPlatform {
|
||||
create(IntelliJPlatformType.IntellijIdeaCommunity, providers.gradleProperty("ideaCommunityVersion"))
|
||||
create(IntelliJPlatformType.IntellijIdeaCommunity, providers.gradleProperty("ideaCommunityVersion"), useInstaller = false)
|
||||
}
|
||||
compileOnly("com.redhat.devtools.intellij:lsp4ij:$lsp4ijVersion")
|
||||
compileOnly("org.eclipse.lsp4j:org.eclipse.lsp4j:$lsp4jVersion")
|
||||
|
|
|
@ -3,11 +3,11 @@ pluginRepositoryUrl=https://github.com/FalsePattern/ZigBrains
|
|||
|
||||
pluginVersion=20.0.0-dev
|
||||
|
||||
pluginSinceBuild=242
|
||||
pluginSinceBuild=243
|
||||
pluginUntilBuild=
|
||||
|
||||
ideaCommunityVersion=2024.2.4
|
||||
clionVersion=2024.2.3
|
||||
ideaCommunityVersion=243.21565.23-EAP-SNAPSHOT
|
||||
clionVersion=243.21565.87-EAP-SNAPSHOT
|
||||
javaVersion=21
|
||||
# ideaCommunity / clion
|
||||
runIdeTarget=clion
|
||||
|
|
Loading…
Add table
Reference in a new issue