Skip to content

Commit 6510b47

Browse files
committed
Add test dependency for amazonq shared module in 2025.3
Test compilation needs explicit access to amazonq shared module to resolve ProjectExtension and other test framework classes.
1 parent 25fe4ed commit 6510b47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/toolkit/jetbrains-core/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ dependencies {
3838
bundledModule("intellij.platform.vcs.dvcs.impl")
3939
bundledModule("intellij.libraries.microba")
4040
}
41+
42+
testImplementation(project(":plugin-amazonq:shared"))
4143
}
4244

4345
val changelog = tasks.register<GeneratePluginChangeLog>("pluginChangeLog") {

0 commit comments

Comments
 (0)