1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-30 09:58:12 -07:00
Commit graph

1300 commits

Author SHA1 Message Date
Cedric Beust
f037474f36 Renaming. 2017-02-07 10:20:29 -08:00
Cedric Beust
50b1ded7bb Add isLatest to nodes returned from the GetDependencies call. 2017-02-01 20:47:00 -08:00
Cedric Beust
2ebf932d21 Debugging dependency sending. 2017-02-01 16:14:55 -08:00
Cedric Beust
ae450e4cbc Fix optional dependencies problem. 2017-02-01 12:58:59 -08:00
Cedric Beust
36075a9d4f —projectInfo should ignore file dependencies. 2017-01-28 10:17:26 -08:00
Cedric Beust
b4413814fc Fix kotlinc 1.0.6 error stream weirdness. 2017-01-28 10:14:31 -08:00
Cedric Beust
1a01c85fe8 Bug due to weird behavior of split().
Somehow, “”.split(“ “) == arrayOf(“”).
2017-01-28 10:14:11 -08:00
Cedric Beust
bfc787a4b4 buildScript{} support. 2017-01-22 09:19:41 -08:00
Cedric Beust
384550c62c Delete unused class. 2017-01-20 16:23:15 -08:00
Cedric Beust
a40b63eec4 Added kobaltCompilerSeparateProcess flag. 2017-01-20 12:35:06 -08:00
Cedric Beust
998972f022 Add a few kotlinc -X flags. 2017-01-20 12:17:43 -08:00
Cedric Beust
5b0ccfe8cb Not used. 2017-01-19 15:54:52 -08:00
Cedric Beust
816c609c17 Add compiler version and flags in KotlinConfig. 2017-01-19 14:53:37 -08:00
Cedric Beust
48bbdfd1ff Remove public. 2017-01-19 13:32:50 -08:00
Cedric Beust
22468647eb Launch Kotlin compiler in separate process. 2017-01-19 10:26:32 -08:00
Cedric Beust
991887e280 Add <kobaltCompilerFlagss> in settings.xml. 2017-01-14 10:14:34 -08:00
Cedric Beust
fb0da19f24 Better message. 2017-01-14 10:14:14 -08:00
Cedric Beust
ff94cc5e3f Implements args() for application {}. 2017-01-05 12:23:55 -08:00
Cedric Beust
a5c3c93657 Set JAR_NAME correctly. 2017-01-05 12:23:31 -08:00
Cedric Beust
78c9a80937 Bump this error to level 1. 2017-01-05 11:47:37 -08:00
Cedric Beust
5d31e55a4a Use the correct directory for javadoc. 2017-01-05 10:22:17 -08:00
Cedric Beust
f563d274dd Generate javadocs in {build}/docs/javadoc. 2017-01-05 10:13:52 -08:00
Cedric Beust
5609bb27aa Fix Javadoc generation. 2017-01-04 15:19:34 -08:00
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