Skip to content

Commit 2d0bbf6

Browse files
demiurg906teamcityserver
authored and
teamcityserver
committed
[FIR] Fix build configuration for tests in :fir-plugin-prototype
1 parent 409f966 commit 2d0bbf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/fir/fir-plugin-prototype/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
6262

6363
projectTest(parallel = true, jUnitMode = JUnitMode.JUnit5) {
6464
workingDir = rootDir
65+
useJUnitPlatform()
6566
jvmArgs!!.removeIf { it.contains("-Xmx") }
6667
maxHeapSize = "3g"
6768
dependsOn(":plugins:fir:fir-plugin-prototype:plugin-annotations:jar")

0 commit comments

Comments
 (0)