mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-06-16 21:30:51 -07:00
Kobalt is a Kotlin-based build system for the JVM.
Caused by the fact that the Kobalt server was not initializing itself with the build file sent in the command, so it didn't initialize any tasks. Fixed by extracting this logic in the new ProjectFinder class which is now used by both Main.kt and KobaltServer.kt. |
||
---|---|---|
.idea | ||
dist | ||
kobalt | ||
lib | ||
modules | ||
src | ||
.gitignore | ||
.travis.yml | ||
build-travis.sh | ||
kobalt-incremental-tasks.md | ||
kobalt.iml | ||
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.