Fix configuration cache for Test Generation tasks

It's not allowed `project` during the execution. But removing
project doesn't change the result anyway.

KTI-1092
This commit is contained in:
Nikolay Krasko
2023-03-15 18:30:18 +01:00
committed by Space Team
parent 1b7c63bd49
commit 78b339a52b
+3 -1
View File
@@ -28,7 +28,9 @@ fun JavaExec.passClasspathInJar() {
destinationDirectory.set(temporaryDir)
doFirst {
val classPathString = classpath.joinToString(" ") { project.file(it).toURI().toString() }
val classPathString = classpath.joinToString(" ") {
it.toURI().toString()
}
manifest {
attributes(
mapOf(