We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc1722 commit 5b08904Copy full SHA for 5b08904
Changelog.md
@@ -1,3 +1,6 @@
1
+### 1.0.6
2
+Same as 1.0.5, but compatible with latest IntelliJ
3
+
4
### 1.0.5
5
6
<ul>
ideaplugin/build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
}
12
13
group = "de.jensklingenberg"
14
-version = "1.0.5"
+version = "1.0.6"
15
16
repositories {
17
mavenCentral()
@@ -47,7 +47,8 @@ tasks{
47
48
patchPluginXml {
49
version.set(properties("pluginVersion"))
50
-
+ sinceBuild.set(properties("pluginSinceBuild"))
51
+ untilBuild.set(properties("pluginUntilBuild"))
52
53
54
0 commit comments