diff --git a/gradle.properties b/gradle.properties index df5d81882..daadf5501 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,4 +2,4 @@ javaVersion=17 gradleVersion=7.6 org.gradle.jvmargs=-Xmx4096m lcaacGroup=ch.kleis.lcaac -lcaacVersion=1.7.10 +lcaacVersion=1.7.11 diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 0b28bb235..0d689b0aa 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -4,6 +4,10 @@ ## [Unreleased] +## [1.7.11] + +- Adapt to latest idea build `243.*` + ## [1.7.10] - Added a trace view in the assessment window. diff --git a/plugin/gradle.properties b/plugin/gradle.properties index c46892ce5..3972fa36c 100644 --- a/plugin/gradle.properties +++ b/plugin/gradle.properties @@ -2,7 +2,7 @@ pluginName=lcaac-plugin # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild=231 -pluginUntilBuild=242.* +pluginUntilBuild=243.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType=IC platformVersion=2023.1.2