1
0
Fork 0
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.
Find a file
Balachandran Sivakumar f31141d3bb Move OperatingSystem.ky from under the java plugin to top level.
Since Operating System class will be used by all plugins, it was
preferable to have it in a top level package accessible by all plugins
instead of just the java plugin.

This is part of a bug where the Jvm and JavaInfo also needs moving to
top level packages.
2015-10-08 00:42:08 +05:30
gradle First commit 2015-10-03 21:38:15 -07:00
kobalt 0.153. 2015-10-06 22:23:28 -07:00
modules/wrapper First commit 2015-10-03 21:38:15 -07:00
src Move OperatingSystem.ky from under the java plugin to top level. 2015-10-08 00:42:08 +05:30
.gitignore First commit 2015-10-03 21:38:15 -07:00
.travis.yml JDK 8. 2015-10-05 20:16:33 -07:00
build.gradle First commit 2015-10-03 21:38:15 -07:00
gradlew Permissions 2015-10-05 20:08:50 -07:00
gradlew.bat First commit 2015-10-03 21:38:15 -07:00
kobalt.iml IDEA file. 2015-10-03 21:44:25 -07:00
kobaltw Use dirname $0 to get the path 2015-10-07 23:14:24 +05:30
LICENSE.txt License. 2015-10-03 21:48:47 -07:00
README.md Update README. 2015-10-03 21:44:20 -07:00
TODO TODO. 2015-10-07 02:20:01 -07:00

Kobalt

Kobalt is a universal build system.

To build it:

./kobaltw assemble

Please see the web site for the full documentation.