Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
cb6958d78a |
3 changed files with 9 additions and 5 deletions
|
@ -17,6 +17,10 @@ Changelog structure reference:
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Support for idea 2025.1
|
||||||
|
|
||||||
## [20.2.2]
|
## [20.2.2]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -6,8 +6,8 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension
|
||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "2.0.21" apply false
|
kotlin("jvm") version "2.1.0" apply false
|
||||||
kotlin("plugin.serialization") version "2.0.21" apply false
|
kotlin("plugin.serialization") version "2.1.0" apply false
|
||||||
id("org.jetbrains.intellij.platform") version "2.2.1"
|
id("org.jetbrains.intellij.platform") version "2.2.1"
|
||||||
id("org.jetbrains.changelog") version "2.2.1"
|
id("org.jetbrains.changelog") version "2.2.1"
|
||||||
id("org.jetbrains.grammarkit") version "2022.3.2.2" apply false
|
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
|
pluginVersion=20.2.3-dev
|
||||||
|
|
||||||
pluginSinceBuild=243
|
pluginSinceBuild=251
|
||||||
pluginUntilBuild=
|
pluginUntilBuild=
|
||||||
|
|
||||||
ideaCommunityVersion=2024.3
|
ideaCommunityVersion=251.14649.49
|
||||||
clionVersion=2024.3
|
clionVersion=251.14649.40
|
||||||
useInstaller=true
|
useInstaller=true
|
||||||
javaVersion=21
|
javaVersion=21
|
||||||
# ideaCommunity / clion
|
# ideaCommunity / clion
|
||||||
|
|
Loading…
Add table
Reference in a new issue