[FIR] Fix build configuration for tests in :fir-plugin-prototype
This commit is contained in:
committed by
teamcityserver
parent
409f96678a
commit
2d0bbf6e4b
@@ -62,6 +62,7 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
|||||||
|
|
||||||
projectTest(parallel = true, jUnitMode = JUnitMode.JUnit5) {
|
projectTest(parallel = true, jUnitMode = JUnitMode.JUnit5) {
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
|
useJUnitPlatform()
|
||||||
jvmArgs!!.removeIf { it.contains("-Xmx") }
|
jvmArgs!!.removeIf { it.contains("-Xmx") }
|
||||||
maxHeapSize = "3g"
|
maxHeapSize = "3g"
|
||||||
dependsOn(":plugins:fir:fir-plugin-prototype:plugin-annotations:jar")
|
dependsOn(":plugins:fir:fir-plugin-prototype:plugin-annotations:jar")
|
||||||
|
|||||||
Reference in New Issue
Block a user