mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Comment.
This commit is contained in:
parent
255e17d88b
commit
ff29413bb8
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ import java.util.regex.Pattern
|
|||
* Go back over all the files from kobalt/src/ *kt, insert each new build file in it,
|
||||
* save it as a modified, concatenated big build file in .kobalt/build/Built.kt.
|
||||
|
||||
* Create buildScript.jar out of compiling all these modified build files.
|
||||
* Compile .kobalt/build/Build.kt into buildScript.jar.
|
||||
*
|
||||
* And while doing all that, apply all the active profiles.
|
||||
*/
|
||||
class BuildFiles @Inject constructor(val factory: BuildFileCompiler.IFactory,
|
||||
val buildScriptUtil: BuildScriptUtil) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue