[Build] Setup useFirForLibraries flag
This commit is contained in:
committed by
teamcityserver
parent
0bfc88fad0
commit
0923d39215
@@ -44,6 +44,8 @@ compileTestKotlin {
|
||||
]
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
|
||||
if (includeJava9) {
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.test.junit')
|
||||
}
|
||||
|
||||
@@ -43,6 +43,8 @@ compileTestKotlin {
|
||||
]
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
|
||||
if (includeJava9) {
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.test.junit5')
|
||||
}
|
||||
|
||||
@@ -57,6 +57,8 @@ compileTestKotlin {
|
||||
]
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
|
||||
if (includeJava9) {
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.test')
|
||||
}
|
||||
|
||||
@@ -47,6 +47,8 @@ compileTestKotlin {
|
||||
]
|
||||
}
|
||||
|
||||
configureFrontendIr(project)
|
||||
|
||||
if (includeJava9) {
|
||||
LibrariesCommon.configureJava9Compilation(project, 'kotlin.test.testng')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user