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

1077 commits

Author SHA1 Message Date
Cedric Beust
c9563b27d8 Fix the scripting changes that broke plugin loading. 2016-10-03 12:57:52 -07:00
Cedric Beust
baf6c94400 Refactor. 2016-09-23 12:30:46 -07:00
Cedric Beust
54e5669349 Remove public. 2016-09-23 12:30:09 -07:00
Cedric Beust
850e335843 Added autoGitTag to github and bintray configurations. 2016-09-23 12:20:44 -07:00
Cedric Beust
ffc56002c3 Proper assisted injection. 2016-09-12 13:22:48 -07:00
Cedric Beust
8608df4618 Refactor build compilation in anticipation of scripting support. 2016-09-12 13:00:48 -07:00
Cedric Beust
f6cef6ba5f Forgot two files. 2016-09-07 09:57:13 -07:00
Cedric Beust
6ac1260e8b Temporary fix for kotlinc 1.1. 2016-09-07 09:55:29 -07:00
Cedric Beust
2da9f86de8 Unnecessary parameter. 2016-08-11 03:19:36 -08:00
Cedric Beust
e4e0838109 vals. 2016-08-11 02:37:25 -08:00
Cedric Beust
8805e1c130 Logging clean up. 2016-08-09 02:11:43 -08:00
Cedric Beust
a2c705ae6e Build fix. 2016-08-08 17:53:21 -07:00
Cedric Beust
24c2c99ddc Refactor to lambda. 2016-08-08 17:44:31 -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
b5e9962d31 initial work on parallel logs. 2016-08-07 17:31:50 -07:00
Cedric Beust
1969252d16 Move the BUILD SUCCESSFUL message to the build listener. 2016-08-03 19:15:18 -08:00
Cedric Beust
eef34e66da Resolve range versions as soon as possible. 2016-08-03 03:45:44 -08:00
Cedric Beust
41bc77221d Prune out nonexistent source directories. 2016-08-02 23:14:46 -08:00
Cedric Beust
ea06bf6743 Correct the source set. 2016-08-02 23:14:28 -08:00
Cedric Beust
efca7320bb Make --resolve accept only one id.
Necessary for version ranges, which are defined with a comma.
2016-08-02 21:37:02 -08:00
Cedric Beust
c0b685a044 Added command "/v1/getDependencyGraph" for the IDEA plug-in. 2016-08-01 02:32:34 -08:00
Cedric Beust
e2e8e78be6 Export the POM generator on the KobaltContext. 2016-07-30 16:25:56 -07:00
Cedric Beust
007bb31ee3 Introduce build listeners and build report contributors. 2016-07-30 07:36:03 -07:00
Cedric Beust
18842097ff Formatting. 2016-07-28 23:30:54 -08:00
Cedric Beust
7970b5cc27 Better error message. 2016-07-28 23:30:19 -08:00
Cedric Beust
d18c8009c8 Revamp the scopes and scope filters. 2016-07-26 02:25:05 -08:00
Cedric Beust
e1880616a8 Fix runtime dependencies.
Fixes https://github.com/cbeust/kobalt/issues/283
2016-07-25 04:31:44 -08:00
Cedric Beust
ff2795946b Remove import. 2016-07-25 02:40:23 -08:00
Cedric Beust
33f01cdb27 Introduce KobaltContext#filefor(id). 2016-07-25 13:05:45 -07:00
Cedric Beust
bc1e26bd1a Refactor PomGenerator. 2016-07-25 13:05:45 -07:00
Cedric Beust
60a61f0867 Formatting. 2016-07-25 13:05:45 -07:00
996bad980c Prettyfied --profiling output 2016-07-25 11:58:47 -07:00
Cedric Beust
888e5cde73 Added --profiling. 2016-07-24 22:39:43 -08:00
Cedric Beust
6b1ddc2333 Rename. 2016-07-22 01:10:29 -08:00
Cedric Beust
0057611869 val 2016-07-22 01:10:20 -08:00
Cedric Beust
f76b525f0c Fix file path. 2016-07-21 20:08:51 -07:00
Cedric Beust
1697b96923 Actually publish to the correct local maven repo. 2016-07-21 19:56:46 -07:00
Cedric Beust
45e40a1397 Transitive dependencies for tests were not correct. 2016-07-21 04:02:22 -08:00
Cedric Beust
8a30679966 settings.xml now uses camel case tags. 2016-07-20 22:46:00 -08:00
Cedric Beust
ccd65b1baf Log. 2016-07-19 16:41:46 -07:00
Cedric Beust
868abad621 Rename. 2016-07-19 01:00:49 -08:00
Cedric Beust
80f732bb00 Typo. 2016-07-18 23:49:49 -08:00
Cedric Beust
700c782a1e warn only if level >= 2 2016-07-18 01:34:46 -08:00
Cedric Beust
9f141e0e4a public 2016-07-18 01:30:41 -08:00
Cedric Beust
f73315d97a Support internal. 2016-07-18 01:29:13 -08:00
Cedric Beust
9d582d5215 Relative path. 2016-07-17 23:27:13 -08:00
Cedric Beust
fec0b6c713 Better logging. 2016-07-18 07:13:15 -07:00
Cedric Beust
465b763aba First pass at different compiler args. 2016-07-17 18:18:01 -07:00
Cedric Beust
a413823198 Reformat. 2016-07-13 17:43:59 -07:00