[Build] Setup useFirForLibraries flag

This commit is contained in:
Dmitriy Novozhilov
2021-09-17 16:25:09 +03:00
committed by teamcityserver
parent 0bfc88fad0
commit 0923d39215
12 changed files with 33 additions and 0 deletions
+2
View File
@@ -90,6 +90,8 @@ compileTestKotlin {
]
}
configureFrontendIr(project)
LibrariesCommon.configureJava9Compilation(project, 'kotlin.stdlib.jdk7')
task testJdk6Tests(type: Test) {
+2
View File
@@ -75,6 +75,8 @@ compileTestKotlin {
]
}
configureFrontendIr(project)
LibrariesCommon.configureJava9Compilation(project, 'kotlin.stdlib.jdk8')
task testJdk6Tests(type: Test) { thisTask ->
+2
View File
@@ -143,6 +143,8 @@ compileLongRunningTestKotlin {
kotlinOptions.freeCompilerArgs += "-opt-in=kotlin.ExperimentalStdlibApi"
}
configureFrontendIr(project)
task longRunningTest(type: Test, dependsOn: longRunningTestClasses) {
group = "verification"
testClassesDirs = sourceSets.longRunningTest.output.classesDirs