1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00
This commit is contained in:
Cedric Beust 2017-03-30 18:04:45 -07:00
parent 255e17d88b
commit ff29413bb8

View file

@ -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) {