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:
committed by
Space Team
parent
1b7c63bd49
commit
78b339a52b
@@ -28,7 +28,9 @@ fun JavaExec.passClasspathInJar() {
|
|||||||
destinationDirectory.set(temporaryDir)
|
destinationDirectory.set(temporaryDir)
|
||||||
|
|
||||||
doFirst {
|
doFirst {
|
||||||
val classPathString = classpath.joinToString(" ") { project.file(it).toURI().toString() }
|
val classPathString = classpath.joinToString(" ") {
|
||||||
|
it.toURI().toString()
|
||||||
|
}
|
||||||
manifest {
|
manifest {
|
||||||
attributes(
|
attributes(
|
||||||
mapOf(
|
mapOf(
|
||||||
|
|||||||
Reference in New Issue
Block a user