Skip to content

Commit 1f2303c

Browse files
committed
fix since build parameter
Signed-off-by: shalom <[email protected]>
1 parent 34a44c7 commit 1f2303c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ tasks {
157157
// Rider's backend doesn't support dynamic plugins. It might be possible to work with auto-reload of the frontend
158158
// part of a plugin, but there are dangers about keeping plugins in sync
159159
autoReloadPlugins.set(false)
160-
//workaround, it's a Gradle IntelliJ Plugin issue
160+
//todo: workaround, it's a Gradle IntelliJ Plugin issue, it will be fixed in version 1.8.0 according to jetbrains developers.
161161
jvmArgs = listOf("--add-opens=java.desktop/sun.awt.X11=ALL-UNNAMED")
162162
}
163163

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginName=digma-intellij
66
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
77
# for insight into build numbers and IntelliJ Platform versions.
88
# See https://www.jetbrains.com/intellij-repository/releases/
9-
pluginSinceBuild=222
9+
pluginSinceBuild=221
1010
pluginUntilBuild=222.*
1111
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1212
## supported IDEs : IC,IU,PC,PY,RD,CI

0 commit comments

Comments
 (0)