Skip to content

Commit 1adbc8a

Browse files
committed
chore: remove guava constraint from ide-plugin as it is no longer needed
1 parent 5a8b212 commit 1adbc8a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plugins/ide-plugin/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,5 @@ plugins {
2020
}
2121

2222
dependencies {
23-
constraints {
24-
api("com.google.guava:guava:33.5.0-jre") {
25-
because("org.jetbrains.gradle.plugin ships with an old version of Guava, see https://youtrack.jetbrains.com/issue/IDEA-374565")
26-
}
27-
}
2823
implementation("org.jetbrains.gradle.plugin.idea-ext:org.jetbrains.gradle.plugin.idea-ext.gradle.plugin:1.3")
2924
}

0 commit comments

Comments
 (0)