1
0
Fork 0
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.
Find a file
Cedric Beust a5cd7f168a Tasks were no longer being sent in GetDependencyData.
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.
2016-06-28 23:16:54 -08:00
.idea IDEA file. 2016-06-24 18:51:26 -07:00
dist fixed wrapper path in dist/kobaltw.bat 2016-06-02 17:26:55 +02:00
kobalt 0.830. 2016-06-27 02:21:20 -08:00
lib Runtime. 2016-06-27 01:21:14 -08:00
modules public 2016-06-27 02:21:50 -08:00
src Tasks were no longer being sent in GetDependencyData. 2016-06-28 23:16:54 -08:00
.gitignore .idea. 2016-02-23 22:38:13 +04:00
.travis.yml Restore caches 2016-06-08 06:08:53 -07:00
build-travis.sh Build travis in two phases 2016-06-08 06:07:25 -07:00
kobalt-incremental-tasks.md Fix timings. 2015-12-24 22:02:08 +04:00
kobalt.iml IDEA files. 2016-06-27 01:22:47 -08:00
kobaltw Reverse the readlink change (doesn't work on cygwin). 2016-01-04 16:19:41 -08:00
kobaltw.bat Revert the kobaltw.bat fix. 2016-05-29 06:35:54 -07:00
LICENSE.txt License. 2015-10-03 21:48:47 -07:00
README.md Add Travis CI build status to readme 2016-03-06 22:06:48 -08:00
TODO.md TODO. 2016-03-09 02:25:00 +04:00

Kobalt Build Status

Kobalt is a universal build system.

To build it:

./kobaltw assemble

Please see the web site for the full documentation.