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 5a8b212 commit 1adbc8aCopy full SHA for 1adbc8a
plugins/ide-plugin/build.gradle.kts
@@ -20,10 +20,5 @@ plugins {
20
}
21
22
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
28
implementation("org.jetbrains.gradle.plugin.idea-ext:org.jetbrains.gradle.plugin.idea-ext.gradle.plugin:1.3")
29
0 commit comments