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 6eda386 commit d7448daCopy full SHA for d7448da
plugins/ide-plugin/build.gradle.kts
@@ -16,5 +16,10 @@
16
*/
17
18
dependencies {
19
+ constraints {
20
+ api("com.google.guava:guava:33.4.8-jre") {
21
+ because("org.jetbrains.gradle.plugin ships with an old version of Guava, see https://youtrack.jetbrains.com/issue/IDEA-374565")
22
+ }
23
24
implementation("org.jetbrains.gradle.plugin.idea-ext:org.jetbrains.gradle.plugin.idea-ext.gradle.plugin:1.1.10")
25
}
0 commit comments