[Gradle, MPP] CInteropProcess: Relax up-to-date condition to "outputFile.exists"
^KT-48882 Verification Pending
This commit is contained in:
committed by
Space
parent
dcd19f41b9
commit
7f67ce96a0
+1
-1
@@ -1139,7 +1139,7 @@ open class CInteropProcess @Inject constructor(@get:Internal val settings: Defau
|
|||||||
get() = outputFileProvider.get()
|
get() = outputFileProvider.get()
|
||||||
|
|
||||||
init {
|
init {
|
||||||
outputs.upToDateWhen { outputFile.isFile }
|
outputs.upToDateWhen { outputFile.exists() }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Inputs and outputs.
|
// Inputs and outputs.
|
||||||
|
|||||||
Reference in New Issue
Block a user