File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 1.7.8
3+ * Bugfix: Fixed issue where numeric operators would incorrectly display an error for platform specific numeric types (#1228 )
4+ * Added: Weak warning when assigning ` null ` to types annotated with @: notNull
5+
26## 1.7.7
37* Added: Intellij 2025.3 support
48* Added: Declaration and expression move up/down handers
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
1717 // Kotlin support
1818 id(" org.jetbrains.kotlin.jvm" ) version " 2.2.0"
1919 // Gradle IntelliJ Plugin
20- id(" org.jetbrains.intellij.platform" ) version " 2.7.0 "
20+ id(" org.jetbrains.intellij.platform" ) version " 2.10.5 "
2121 // Gradle Changelog Plugin
2222 id(" org.jetbrains.changelog" ) version " 2.0.0"
2323 // Gradle Qodana Plugin
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support
77pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe
88
99# SemVer format -> https://semver.org
10- pluginVersion = 1.7.7
10+ pluginVersion = 1.7.8
1111
1212# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1313platformType = IU
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments