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

1023 commits

Author SHA1 Message Date
Cedric Beust
a94705c1e9 Forgot the environment variable. 2016-12-06 14:44:49 -08:00
Cedric Beust
387b3b4c2e Reformat the httpProxy patch. 2016-12-06 14:44:13 -08:00
pysaumont
366b635c11 Added use of proxy as set by env variable 'http_proxy' 2016-12-06 22:41:05 +01:00
Cedric Beust
bc4a28727f Use direct dependencies to determine the test runner. 2016-09-29 10:40:28 -07:00
Cedric Beust
bed02f9678 IDEA files. 2016-09-23 12:27:30 -07:00
Cedric Beust
336ba11dcc kotlin 1.0.4. 2016-09-23 12:22:04 -07:00
Cedric Beust
850e335843 Added autoGitTag to github and bintray configurations. 2016-09-23 12:20:44 -07:00
Cedric Beust
736062ab8b Prevent duplicate dependency tags in the .pom. 2016-09-23 11:32:50 -07:00
Cedric Beust
bee7bd84dd provided and optional dependencies still need to be used to compile. 2016-09-23 11:15:46 -07:00
Cedric Beust
b80c996e05 Generate the correct pom file for provided(). 2016-09-22 11:12:19 -07:00
Cedric Beust
91baf6e86f Optional compile dependencies with "compileOptional(...)". 2016-09-22 11:05:39 -07:00
Cedric Beust
37ef22cccc Reformat. 2016-09-21 13:50:32 -07:00
Cedric Beust
5a8fd219eb Refactor. 2016-09-21 13:50:27 -07:00
Cedric Beust
d8283d6dd8 Remove final. 2016-09-12 13:00:35 -07:00
Cedric Beust
6ac1260e8b Temporary fix for kotlinc 1.1. 2016-09-07 09:55:29 -07:00
Cedric Beust
9fb3eb87a2 Launch the test JVM with "-ea".
Fixes https://github.com/cbeust/kobalt/issues/303.
2016-09-07 09:53:32 -07:00
Cedric Beust
b8194acd09 Fixes #304.
Fixes https://github.com/cbeust/kobalt/issues/304
2016-09-06 09:37:00 -07:00
Cedric Beust
c2c4a156de Handle zero projects more gracefully. 2016-08-12 00:24:22 -08:00
Cedric Beust
2498284043 Silly bug when there's just one project. 2016-08-12 00:24:04 -08:00
Cedric Beust
eb0b4b1e0f Make parallel builds the default. 2016-08-11 22:36:50 -08:00
Cedric Beust
39c1b6f8d3 Playing with thread log display. 2016-08-11 22:32:58 -08:00
Cedric Beust
cad5984dae Warnings. 2016-08-11 21:25:54 -08:00
Cedric Beust
834e48fc6d Display regular logs. 2016-08-11 19:33:45 -07:00
Cedric Beust
6d9ec2c9ec Task ordering fix. 2016-08-11 19:23:20 -07:00
Cedric Beust
2da9f86de8 Unnecessary parameter. 2016-08-11 03:19:36 -08:00
Cedric Beust
c125f45eda Fix task dependencies. 2016-08-11 03:15:12 -08:00
Cedric Beust
31d219eb52 Fix version processor bug.
Fixes https://github.com/cbeust/kobalt/issues/297

The problem was that when determining the dependencies of a project from the projects it depends on, the current project was included in that collection.
2016-08-11 02:46:26 -08:00
Cedric Beust
5ed955c5f9 Use method reference. 2016-08-11 02:45:39 -08:00
Cedric Beust
09ae7c00aa Introducing --logTags. 2016-08-10 23:41:09 -08:00
Cedric Beust
4e3d727da6 Task order fix. 2016-08-10 23:20:29 -08:00
Cedric Beust
4652983a82 Revert "Fix dependencies."
This reverts commit cf0620d973.
2016-08-10 22:41:40 -08:00
Cedric Beust
14787343b7 Refactor. 2016-08-10 22:29:54 -08:00
Cedric Beust
cf0620d973 Fix dependencies. 2016-08-10 22:29:49 -08:00
Cedric Beust
22315abe08 Compressed log work. 2016-08-11 03:43:15 -07:00
Cedric Beust
5cbb4e5f23 Fix task ordering. 2016-08-10 03:18:35 -08:00
Cedric Beust
d29a5debb7 Warnings. 2016-08-10 01:46:44 -08:00
Cedric Beust
619fd6e698 Clean up message logic. 2016-08-09 18:16:53 -07:00
Cedric Beust
5d5f8db24c Formatting. 2016-08-09 02:53:03 -08:00
Cedric Beust
8805e1c130 Logging clean up. 2016-08-09 02:11:43 -08:00
Cedric Beust
8a672ad764 Logging. 2016-08-09 00:11:54 -08:00
Cedric Beust
c073be8eb0 More parallel logging work. 2016-08-09 00:06:20 -08:00
Cedric Beust
a15cd1769e Log clean up. 2016-08-08 23:31:05 -08:00
Cedric Beust
a55256133e Convert to reference. 2016-08-08 22:59:42 -08:00
Cedric Beust
a2c705ae6e Build fix. 2016-08-08 17:53:21 -07:00
Cedric Beust
54b68b0105 Introducing ILogger. 2016-08-08 17:44:19 -07:00
Cedric Beust
fa6820e440 Rename to ParallelLogger. 2016-08-08 17:37:14 -07:00
Cedric Beust
e639c72b2f Forgot a few log functions 2016-08-07 17:32:22 -07:00
Cedric Beust
1fd362c81c Fix log. 2016-08-07 17:32:07 -07:00
Cedric Beust
70cc94ccf0 Not used. 2016-08-07 17:31:56 -07:00
Cedric Beust
b5e9962d31 initial work on parallel logs. 2016-08-07 17:31:50 -07:00