[Build] Setup useFirForLibraries flag
This commit is contained in:
committed by
teamcityserver
parent
0bfc88fad0
commit
0923d39215
@@ -90,6 +90,8 @@ compileTestKotlin {
|
||||
]
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.stdlib.jdk7')
|
||||
|
||||
task testJdk6Tests(type: Test) {
|
||||
|
||||
@@ -75,6 +75,8 @@ compileTestKotlin {
|
||||
]
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.stdlib.jdk8')
|
||||
|
||||
task testJdk6Tests(type: Test) { thisTask ->
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user