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 25fe4ed commit 6510b47Copy full SHA for 6510b47
plugins/toolkit/jetbrains-core/build.gradle.kts
@@ -38,6 +38,8 @@ dependencies {
38
bundledModule("intellij.platform.vcs.dvcs.impl")
39
bundledModule("intellij.libraries.microba")
40
}
41
+
42
+ testImplementation(project(":plugin-amazonq:shared"))
43
44
45
val changelog = tasks.register<GeneratePluginChangeLog>("pluginChangeLog") {
0 commit comments