Skip to content

Commit f6b7fd7

Browse files
committed
updating changelog and updating gradle plugin
1 parent 24e6b11 commit f6b7fd7

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginName = Haxe Toolkit Support
77
pluginRepositoryUrl = 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
1313
platformType = IU
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)