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

769 commits

Author SHA1 Message Date
Cedric Beust
efe089977c Forgot import. 2016-07-10 23:04:49 -08:00
Cedric Beust
615750c287 Better error reporting. 2016-07-10 23:02:42 -08:00
Cedric Beust
360db9375c Use relative source file paths. 2016-07-09 06:17:47 -08:00
Cedric Beust
1c9514ede8 Temporary hack to fix annotation processing builds. 2016-07-09 02:42:16 -08:00
Cedric Beust
922602f01a Refactor. 2016-07-08 05:14:59 -08:00
Cedric Beust
8bfc671c27 Allow empty classes dir for dependent projects. 2016-07-08 05:14:59 -08:00
Cedric Beust
b471c1eb2b Better error message. 2016-07-08 05:14:59 -08:00
DevCharly
da5f7fd4d3 fixes #267: include filenames in checksums 2016-07-08 22:02:42 +02:00
Cedric Beust
973ed30d18 Merge pull request #241 from DevCharly/incremental-fatjar-fix
fixed incremantal building of fatJar
2016-07-08 07:14:32 -07:00
Cedric Beust
ef516cd919 Implement localMaven(). 2016-07-07 19:05:39 -07:00
Cedric Beust
b988e2de23 Fix comment. 2016-07-07 19:04:04 -07:00
Cedric Beust
56092edfcc Fix mixed Java/Kotlin projects in tests. 2016-07-06 19:55:20 -07:00
Cedric Beust
a4f3f93fc1 public 2016-07-06 01:58:32 -08:00
Cedric Beust
765fe5310f Comment. 2016-07-06 01:56:48 -08:00
Cedric Beust
160cbbcfda Optimize splits. 2016-07-06 00:53:45 -08:00
Cedric Beust
9bb3b11128 Comment. 2016-07-05 23:34:20 -08:00
Cedric Beust
3ffbcf9d06 Indent. 2016-07-05 23:25:02 -08:00
Cedric Beust
bd6dfb494f Restore the Kotlin compiler's ability to compile directories. 2016-07-05 23:24:43 -08:00
Cedric Beust
f5560b2907 Break if no test sources are found and test{} was specified.
Fixes https://github.com/cbeust/kobalt/issues/253
2016-07-05 23:18:38 -08:00
Cedric Beust
413606ec33 Rename. 2016-07-05 23:11:30 -08:00
DevCharly
6b55fbc070 log checksum calculation for files in filesOrDirectories parameter 2016-07-06 14:42:24 +02:00
DevCharly
ae3e5fa546 use timestamp checksum for files in filesOrDirectories parameter 2016-07-06 13:14:54 +02:00
Cedric Beust
71e2852963 Clean up the dependent project API. 2016-07-05 09:42:22 -07:00
Cedric Beust
4d3b7cbebb generatePom: generates dependencies on projects too.
Fixes https://github.com/cbeust/kobalt/issues/257
2016-07-05 09:26:16 -07:00
Cedric Beust
c89ba121cc Documentation. 2016-07-04 11:16:48 -07:00
Cedric Beust
182ee52be2 IIncrementalTaskContributor. 2016-07-04 11:09:13 -07:00
Cedric Beust
4b6d53d3dd Formatting. 2016-07-02 17:55:07 -07:00
Cedric Beust
4d23c1236b Fix the test class finding bug.
Fixes https://github.com/cbeust/kobalt/issues/254
2016-07-02 00:28:47 -07:00
Cedric Beust
c6561d92eb Faster. 2016-07-01 17:32:01 -07:00
Cedric Beust
8efdfc2a04 Better handling of Java/Kotlin mixed projects. 2016-07-01 17:25:03 -07:00
Cedric Beust
3fb4959129 Formatting. 2016-07-01 17:13:52 -07:00
Cedric Beust
f31c2a5c49 Better toString(). 2016-07-01 03:52:50 -08:00
Cedric Beust
35f4117ca9 Merge pull request #252 from DevCharly/issue-244-fix
fix #244: support "project related tasks"
2016-07-01 14:49:08 -08:00
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