Make lombok tests CC compatible

Required for KTI-1553
This commit is contained in:
cristiangarcia
2024-02-06 10:11:15 +00:00
committed by Space Team
parent 79eee6de4f
commit c897328af6
+2 -3
View File
@@ -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) }