mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Kobalt is a Kotlin-based build system for the JVM.
Locally, this reduces a run of kobaltw assemble --noIncremental on the Kobalt codebase itself from 47 seconds to 25 seconds. When JarInputStream.nextEntry is invoked, the stream sets its position and length so that it can directly be used to read the underlying content associated with the entry. This avoids the need to call JarFile(localFile).getInputStream(entry) and the cost associated with it. addEntry has a slight change of semantics due to this change - it is now the caller's responsibility to close the associated input stream. The two existing calls to the method were adjusted accordingly. |
||
---|---|---|
dist | ||
kobalt | ||
modules | ||
src | ||
.gitignore | ||
build-travis.sh | ||
kobalt-incremental-tasks.md | ||
kobaltw | ||
kobaltw.bat | ||
LICENSE.txt | ||
README.md | ||
TODO.md |
Kobalt
Kobalt is a universal build system.
To build it:
./kobaltw assemble
Please see the web site for the full documentation.