mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Not needed.
This commit is contained in:
parent
4b5a7c3093
commit
34a544febd
1 changed files with 4 additions and 9 deletions
|
@ -145,15 +145,10 @@ class ParsedBuildFile(val buildSources: IBuildSources, val context: KobaltContex
|
||||||
//
|
//
|
||||||
// Compile to preBuildScript.jar
|
// Compile to preBuildScript.jar
|
||||||
//
|
//
|
||||||
|
preBuildScriptJarFile.parentFile.mkdirs()
|
||||||
// Because of profiles, it's not possible to find out if a preBuildScript.jar is up to date
|
generateJarFile(context, listOf(buildScriptSourceFile.path), preBuildScriptJarFile)
|
||||||
// or not so recompile it every time.
|
VersionFile.generateVersionFile(preBuildScriptJarFile.parentFile)
|
||||||
// if (! buildScriptUtil.isUpToDate(buildFile, File(buildScriptJar))) {
|
Kobalt.context!!.internalContext.buildFileOutOfDate = true
|
||||||
preBuildScriptJarFile.parentFile.mkdirs()
|
|
||||||
generateJarFile(context, listOf(buildScriptSourceFile.path), preBuildScriptJarFile)
|
|
||||||
VersionFile.generateVersionFile(preBuildScriptJarFile.parentFile)
|
|
||||||
Kobalt.context!!.internalContext.buildFileOutOfDate = true
|
|
||||||
// }
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Run preBuildScript.jar to initialize plugins and repos
|
// Run preBuildScript.jar to initialize plugins and repos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue