1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
Commit graph

736 commits

Author SHA1 Message Date
DevCharly
2cbe3ad560 #244: removed no longer necessary check for unknown task in createGraph2() 2016-07-02 00:40:05 +02:00
DevCharly
8399171d3f fix #244: support "project related tasks" (e.g. dynamic task defined for a single project) 2016-07-01 23:57:53 +02:00
Cedric Beust
7779c37a0b toString() for TaskInfo. 2016-07-01 03:24:20 -08:00
Cedric Beust
9271aaf398 Formatting. 2016-06-30 21:46:41 -08:00
Cedric Beust
53c6f696b9 Better selection of test classes. 2016-06-30 04:09:24 -08:00
Cedric Beust
0d2a206c5e Update to Kotlin 1.0.3. 2016-06-29 22:12:17 -08:00
Cedric Beust
94e2e7081c Add "name" property to CompilerDescription. 2016-06-29 22:12:10 -08:00
Cedric Beust
1cea9e7fad Better checkVersions. 2016-06-29 01:44:40 -08:00
Cedric Beust
443ed190cb public 2016-06-27 02:21:50 -08:00
Cedric Beust
edb119c6b1 Refactor CheckVersions to work on individual projects. 2016-06-27 02:21:05 -08:00
Cedric Beust
040bcd173b KDoc. 2016-06-27 02:20:44 -08:00
Cedric Beust
de09321727 Add "update" and "checkVersions" as tasks. 2016-06-27 01:52:17 -08:00
Cedric Beust
71150c6df2 Fix output classes. 2016-06-27 01:33:26 -08:00
Cedric Beust
7978195fd4 IDEA files. 2016-06-27 01:22:47 -08:00
Cedric Beust
d85048f27b Kobalt compiler to 1.0.2-1. 2016-06-27 01:21:02 -08:00
Cedric Beust
539c6cbda3 Fix --checkVersions to work with Aether. 2016-06-27 01:20:45 -08:00
Cedric Beust
b62e167cde Fix the compiler bug. 2016-06-24 20:10:59 -07:00
Cedric Beust
c5ce3e853c Reformat. 2016-06-24 04:14:15 -08:00
Cedric Beust
25b97dd21f Added buildFileClasspat(). 2016-06-24 04:14:08 -08:00
Cedric Beust
c06e92b679 Move a few methods in BaseJvmPlugin. 2016-06-24 02:49:17 -08:00
Cedric Beust
364c696a55 IDEA files. 2016-06-24 02:43:30 -08:00
Cedric Beust
45cd429d08 Move the compiler interfaces in kobalt-plugin-api. 2016-06-24 01:47:03 -08:00
Cedric Beust
c9393cb0ca Refactor the three compilers. 2016-06-24 01:28:52 -08:00
Cedric Beust
a8b693b238 First pass for GroovyPlugin. 2016-06-24 00:53:48 -08:00
Cedric Beust
3ad8cb5798 Better manifest packaging logic. 2016-06-22 22:53:29 -08:00
Cedric Beust
1745194f5f Log level. 2016-06-22 01:29:21 -08:00
Cedric Beust
5eb92ed10b Track dependencies downloaded on the server's websocket. 2016-06-22 01:29:11 -08:00
Cedric Beust
182345d8e2 Better jar default naming. 2016-06-14 23:43:20 -08:00
Cedric Beust
c069483490 Fix duplicate projects. 2016-06-14 22:57:14 -08:00
Cedric Beust
d8bbe547ae Add support for native dependencies. 2016-06-14 22:33:02 -08:00
Cedric Beust
438e72038a Don't warn if a .jar can't be found. 2016-06-14 21:00:18 -08:00
Dmitry Zhuravlev
4b17dade8e Merge branch 'master' of https://github.com/cbeust/kobalt 2016-06-14 15:57:27 +03:00
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
Cedric Beust
cd77dc39a4 Forgot simple case. 2016-06-11 14:54:14 -07:00
Cedric Beust
e276f3b6d5 Handle tasks with no project. 2016-06-10 22:19:00 -08:00
Cedric Beust
f8746460be Typo. 2016-06-10 22:18:48 -08:00
Cedric Beust
7e983ed529 GITHUB-231: Fix the incorrect order of builds.
Fixes https://github.com/cbeust/kobalt/issues/231
2016-06-10 22:13:10 -08:00
Cedric Beust
5a540f3474 Not used. 2016-06-09 22:40:26 -08:00
DevCharly
795949e8b5 no longer iterate over projects in TaskManager.installDynamicTasks()
as discussed here https://github.com/cbeust/kobalt/issues/244#issuecomment-225211217
2016-06-10 17:52:08 +02:00
Cedric Beust
db15c8ef5b Fix the build path. 2016-06-09 05:37:24 -08:00
Cedric Beust
3ed10c90e6 GITHUB-240: Fix mixed compilation.
Fixes https://github.com/cbeust/kobalt/issues/240
2016-06-08 20:23:20 -08:00
Cedric Beust
25629e4cf7 val 2016-06-08 20:22:54 -08:00
Cedric Beust
ef7c3cd92c Format. 2016-06-08 19:15:36 -08:00
DevCharly
31a905b3a4 fixed incremantal building of fatJar: the timestamps of the included jars and classes folders of other projects were not cheched 2016-06-08 14:53:03 +02:00
Cedric Beust
937e095eb7 Not needed. 2016-06-08 02:37:05 -08:00
Cedric Beust
a5fbae6c65 Rename. 2016-06-08 02:36:53 -08:00
Cedric Beust
3da2b70558 Log. 2016-06-08 02:36:42 -08:00
Cedric Beust
a493cbc11e vals. 2016-06-08 02:07:16 -08:00
Cedric Beust
82b5c636d0 Better look up of the compiler jar file. 2016-06-07 22:32:12 -08:00
Cedric Beust
a83e1f4a7d Remove dependency on kotlinx.dom. 2016-06-07 21:48:47 -08:00