ci: [NO BACKPORT] update to 2025.1 EAP
This commit is contained in:
parent
aaa8885081
commit
cb6958d78a
3 changed files with 9 additions and 5 deletions
|
@ -17,6 +17,10 @@ Changelog structure reference:
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Support for idea 2025.1
|
||||
|
||||
## [20.2.2]
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -6,8 +6,8 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension
|
|||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "2.0.21" apply false
|
||||
kotlin("plugin.serialization") version "2.0.21" apply false
|
||||
kotlin("jvm") version "2.1.0" apply false
|
||||
kotlin("plugin.serialization") version "2.1.0" apply false
|
||||
id("org.jetbrains.intellij.platform") version "2.2.1"
|
||||
id("org.jetbrains.changelog") version "2.2.1"
|
||||
id("org.jetbrains.grammarkit") version "2022.3.2.2" apply false
|
||||
|
|
|
@ -3,11 +3,11 @@ pluginRepositoryUrl=https://github.com/FalsePattern/ZigBrains
|
|||
|
||||
pluginVersion=20.2.3-dev
|
||||
|
||||
pluginSinceBuild=243
|
||||
pluginSinceBuild=251
|
||||
pluginUntilBuild=
|
||||
|
||||
ideaCommunityVersion=2024.3
|
||||
clionVersion=2024.3
|
||||
ideaCommunityVersion=251.14649.49
|
||||
clionVersion=251.14649.40
|
||||
useInstaller=true
|
||||
javaVersion=21
|
||||
# ideaCommunity / clion
|
||||
|
|
Loading…
Add table
Reference in a new issue