Skip to content

Commit

Permalink
upgrade telemetry to avoid NoSuchMethodEx (#157)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish authored and robstryker committed Jan 11, 2024
1 parent e10346f commit 252df96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test {
intellij {
version = ideaVersion //for a full list of Jetbrains IDEA releases please see https://www.jetbrains.com/intellij-repository/releases
pluginName = 'Server Connector by Red Hat'
plugins = ['com.intellij.java', 'terminal', 'com.redhat.devtools.intellij.telemetry:0.0.3.33' ]
plugins = ['com.intellij.java', 'terminal', 'com.redhat.devtools.intellij.telemetry:1.1.0.52' ]
updateSinceUntilBuild = false
}

Expand Down

0 comments on commit 252df96

Please sign in to comment.