mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Build fix.
This commit is contained in:
parent
1b11fbec6b
commit
1d39b74001
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class ParsedBuildFile(val buildFile: BuildFile, val context: KobaltContext, val
|
||||||
generateJarFile(context, BuildFile(Paths.get(pluginSourceFile.path), "Plugins",
|
generateJarFile(context, BuildFile(Paths.get(pluginSourceFile.path), "Plugins",
|
||||||
Paths.get(buildScriptJar)), buildScriptJarFile, buildFile)
|
Paths.get(buildScriptJar)), buildScriptJarFile, buildFile)
|
||||||
VersionFile.generateVersionFile(buildScriptJarFile.parentFile)
|
VersionFile.generateVersionFile(buildScriptJarFile.parentFile)
|
||||||
Kobalt.context.internalContext.buildFileOutOfDate = true
|
Kobalt.context!!.internalContext.buildFileOutOfDate = true
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue