1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
Kobalt is a Kotlin-based build system for the JVM.
Find a file
Dmitry Zhuravlev e9416db9e7 * proxy handling improved for repositories defined in transitive dependencies.
proxy config now looks like:
<proxies>
       <proxy>
           <host>mycompany.com</host>
           <port>3128</port>
            <type>http</type>
            <nonProxyHosts>localhost</nonProxyHosts>
       </proxy>
       <proxy>
           <host>mycompany.com</host>
           <port>3128</port>
            <type>https</type>
           <nonProxyHosts>localhost</nonProxyHosts>
       </proxy>
   </proxies>
2016-06-14 15:56:32 +03: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 kobaltw.bat 2016-05-09 21:54:40 -08:00
kobalt * cleanup project structure: removed old libraries definition, replaced by new one (generated by Kobalt IDEA plugin) 2016-05-26 14:01:45 +03:00
lib Kotlin runtime. 2016-04-28 05:22:51 -08:00
modules * proxy handling improved for repositories defined in transitive dependencies. 2016-06-14 15:56:32 +03:00
src * #232 This fix will allow to debug Build.kt files in Kobalt projects 2016-06-06 17:10:37 +03: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 * cleanup project structure: removed old libraries definition, replaced by new one (generated by Kobalt IDEA plugin) 2016-05-26 14:01:45 +03:00
kobaltw Reverse the readlink change (doesn't work on cygwin). 2016-01-04 16:19:41 -08:00
kobaltw.bat * fix wrapper execution 2016-05-24 11:35:12 +03: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.