Changeset View
Changeset View
Standalone View
Standalone View
files/fix-plugin-compile-error-with-gradle-641.patch
- This file was added.
| diff --git a/build-tools/src/main/kotlin/org/jetbrains/kotlin/benchmark/CompileBenchmarkingPlugin.kt b/build-tools/src/main/kotlin/org/jetbrains/kotlin/benchmark/CompileBenchmarkingPlugin.kt | |||||
| index 3df6e444b..4040cadff 100644 | |||||
| --- a/build-tools/src/main/kotlin/org/jetbrains/kotlin/benchmark/CompileBenchmarkingPlugin.kt | |||||
| +++ b/build-tools/src/main/kotlin/org/jetbrains/kotlin/benchmark/CompileBenchmarkingPlugin.kt | |||||
| @@ -70,7 +70,7 @@ open class CompileBenchmarkingPlugin : Plugin<Project> { | |||||
| isIgnoreExitValue = true | |||||
| konanRun.dependsOn(this) | |||||
| doLast { | |||||
| - exitCodes[name] = execResult.exitValue | |||||
| + exitCodes[name] = execResult!!.exitValue | |||||
| } | |||||
| } | |||||
| } | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.