From ec25afa804f60f3510e5e866356767583c99a172 Mon Sep 17 00:00:00 2001 From: m0rkeulv Date: Sun, 8 Oct 2023 17:51:06 +0200 Subject: [PATCH] release 1.4.15 --- CHANGELOG.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cbe5ffbf..0303a6af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## 1.4.15 -* Improvement: Large performance improvement for projects with complex type inheritance graphs +* Improvement: Large performance improvement for projects with complex type inheritance graphs * Improvement: Resolving same package types across libraries * Added: support for resolve variable type from usage * Bugfix: Module layer in psi broke type hierarchy resolving. diff --git a/gradle.properties b/gradle.properties index 14bb01fa2..33395da2e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ pluginName = Haxe Toolkit Support pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe # SemVer format -> https://semver.org -pluginVersion = 1.4.14 +pluginVersion = 1.4.15 # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU @@ -26,7 +26,7 @@ pluginUntilBuild = 232.* # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 # see flex/flash versions at : https://plugins.jetbrains.com/plugin/14508-flash-flex/versions/stable/252411 platformPlugins = com.intellij.java, com.intellij.flex:232.8660.142, JavaScript -#platformPlugins = com.intellij.java, com.intellij.flex:232.8660.142 # IC build +#platformPlugins = com.intellij.java, com.intellij.flex:232.8660.142 # Java language level used to compile sources and to generate the files for - Java 17 is required since 2022.2 javaVersion = 17