Make lombok tests CC compatible
Required for KTI-1553
This commit is contained in:
committed by
Space Team
parent
79eee6de4f
commit
c897328af6
@@ -60,10 +60,9 @@ projectTest(jUnitMode = JUnitMode.JUnit5) {
|
||||
useJUnitPlatform()
|
||||
workingDir = rootDir
|
||||
|
||||
val testRuntimeClasspathFiles: FileCollection = configurations.testRuntimeClasspath.get()
|
||||
doFirst {
|
||||
project.configurations
|
||||
.testRuntimeClasspath.get()
|
||||
.files
|
||||
testRuntimeClasspathFiles
|
||||
.find { "guava" in it.name }
|
||||
?.absolutePath
|
||||
?.let { systemProperty("org.jetbrains.kotlin.test.guava-location", it) }
|
||||
|
||||
Reference in New Issue
Block a user