1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
Kobalt is a Kotlin-based build system for the JVM.
Find a file
2016-06-02 17:58:38 +02:00
.idea * cleanup project structure: removed old libraries definition, replaced by new one (generated by Kobalt IDEA plugin) 2016-05-26 14:01:45 +03:00
dist fixed wrapper path in dist/kobaltw.bat 2016-06-02 17:26:55 +02:00
kobalt 0.799. 2016-05-31 23:43:50 -08:00
lib Kotlin runtime. 2016-04-28 05:22:51 -08:00
modules support using plugins from directories (e.g. from IDE output folder, which makes plugin development easier) 2016-06-02 17:58:38 +02:00
src fix pom uploading with retrofit 2016-06-02 00:38:58 -04:00
.gitignore .idea. 2016-02-23 22:38:13 +04:00
.travis.yml Logging on travis. 2016-05-15 21:48:14 -08:00
kobalt-incremental-tasks.md Fix timings. 2015-12-24 22:02:08 +04:00
kobalt.iml IDEA files: fix bogus paths pointing to .m2. 2016-05-31 21:13:24 -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.