From 1d39b7400179eab64f48618d3a573e7332484293 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 2 Apr 2016 07:45:12 -0700 Subject: [PATCH] Build fix. --- src/main/kotlin/com/beust/kobalt/app/ParsedBuildFile.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/beust/kobalt/app/ParsedBuildFile.kt b/src/main/kotlin/com/beust/kobalt/app/ParsedBuildFile.kt index 5fabf8e5..7d4933c1 100644 --- a/src/main/kotlin/com/beust/kobalt/app/ParsedBuildFile.kt +++ b/src/main/kotlin/com/beust/kobalt/app/ParsedBuildFile.kt @@ -112,7 +112,7 @@ class ParsedBuildFile(val buildFile: BuildFile, val context: KobaltContext, val generateJarFile(context, BuildFile(Paths.get(pluginSourceFile.path), "Plugins", Paths.get(buildScriptJar)), buildScriptJarFile, buildFile) VersionFile.generateVersionFile(buildScriptJarFile.parentFile) - Kobalt.context.internalContext.buildFileOutOfDate = true + Kobalt.context!!.internalContext.buildFileOutOfDate = true } //