Skip to content

Commit af668ee

Browse files
committed
test(build): add bundled test framework to intellijPlatform
Add `testFramework(TestFrameworkType.Bundled)` to the intellijPlatform configuration in build.gradle.kts to enable the bundled test framework.
1 parent 4eb069c commit af668ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,8 @@ project(":goland") {
522522
intellijPlatform {
523523
intellijIde(prop("ideaVersion"))
524524
intellijPlugins(prop("goPlugin").split(',').map(String::trim).filter(String::isNotEmpty))
525+
526+
testFramework(TestFrameworkType.Bundled)
525527
}
526528

527529
implementation(project(":core"))

0 commit comments

Comments
 (0)