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

264 commits

Author SHA1 Message Date
Cedric Beust
2e603b0504 Refactoring. 2017-03-15 14:49:58 -07:00
Cedric Beust
1c10965e77 Problem solved, removing the logs. 2017-03-15 14:45:34 -07:00
Cedric Beust
a91bd04e41 Test fix. 2017-03-15 14:38:11 -07:00
Cedric Beust
c16aa0aa67 Attempt to fix the tests for TeamCity. 2017-03-15 14:14:27 -07:00
Cedric Beust
9c6a68e475 Debug TeamCity failures. 2017-03-15 13:23:04 -07:00
Cedric Beust
bbadd4904d Not needed. 2017-03-15 12:20:36 -07:00
Cedric Beust
3d689b3367 Better test failure message. 2017-03-14 20:21:32 -07:00
Cedric Beust
2bfe9b1339 Restore log level. 2017-03-13 11:40:56 -07:00
Cedric Beust
187593b9b1 Test that BuildKt.class is not in the shipped jar file. 2017-03-10 10:48:31 -08:00
Cedric Beust
4bdc12def5 Incremental compilation. 2017-03-03 13:52:25 -08:00
Cedric Beust
e9b1636727 VersionTest. 2017-03-01 10:12:54 -08:00
Cedric Beust
5edb52a69b Import. 2017-02-23 19:58:47 -08:00
Cedric Beust
5b76c0cad5 Turn on ExcludeTest. 2017-02-23 19:08:00 -08:00
Cedric Beust
b0c412b680 Better tests. 2017-02-23 17:42:56 -08:00
Cedric Beust
a82cd20455 Turn on ExcludeTest. 2017-02-23 09:19:01 -08:00
Cedric Beust
3290769453 Add an exclude() test.
… but disabled, until I can figure out why it interferes with the profile test.
2017-02-22 20:45:11 -08:00
Cedric Beust
f7dd354b27 Better ProfileTest. 2017-02-17 10:38:25 -08:00
Cedric Beust
0a0b478ba3 Fix StackOverflowError. 2017-02-10 09:15:07 -08:00
Cedric Beust
75dda87fdd Fix hosts for ResolveDependency. 2017-02-07 16:25:06 -08:00
Cedric Beust
8e583c5a73 Rename. 2017-02-07 13:51:19 -08:00
Cedric Beust
f037474f36 Renaming. 2017-02-07 10:20:29 -08:00
Cedric Beust
36d2953c8c New KobaltMavenResolver. 2017-02-07 09:56:40 -08:00
Cedric Beust
489fc867a7 Range tests. 2017-02-05 10:42:08 -08:00
Cedric Beust
a66974c5cb Delete DependencyManager2. 2017-02-02 11:18:36 -08:00
Cedric Beust
4f84b8df9a Build fix. 2017-02-01 15:44:29 -08:00
Cedric Beust
ae450e4cbc Fix optional dependencies problem. 2017-02-01 12:58:59 -08:00
Cedric Beust
48bbdfd1ff Remove public. 2017-01-19 13:32:50 -08:00
Cedric Beust
a80e19d53a Remove AndroidManifest.xml. 2017-01-14 18:16:41 -08: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
c125f45eda Fix task dependencies. 2016-08-11 03:15:12 -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
cf0620d973 Fix dependencies. 2016-08-10 22:29:49 -08:00
Cedric Beust
9498c7bb95 Add a zip file test class. 2016-08-09 22:52:29 -08:00
Cedric Beust
981ba0729a Test fix. 2016-08-09 02:53:12 -08:00
Cedric Beust
8805e1c130 Logging clean up. 2016-08-09 02:11:43 -08:00
Cedric Beust
89d2239209 Thread report for parallel builds. 2016-08-05 20:31:48 -08:00
Cedric Beust
028e360da1 Introducing parallel builds. 2016-08-01 22:57:19 -08:00
Cedric Beust
c0b685a044 Added command "/v1/getDependencyGraph" for the IDEA plug-in. 2016-08-01 02:32:34 -08:00
Cedric Beust
161d51bb76 More efficient task dependency calculations.
Before: calling "project:assemble" would cause all dependent projects to run their own "assemble" task first, which was wasteful.

Now, dependent projects only run their "compile" tasks.
2016-07-30 16:01:52 -07:00
Cedric Beust
8168d263e0 Fix the tests. 2016-07-30 09:46:38 -07:00
Cedric Beust
89559d5952 Better filter dependency implementation. 2016-07-29 00:09:43 -08:00
Cedric Beust
692f9bcbab Unused test property file. 2016-07-28 23:30:29 -08:00
Cedric Beust
18a34a2cc9 Better classpath calculations. 2016-07-28 23:30:08 -08:00
Cedric Beust
67cb7a5360 Add transitiveClosure() to DynamicGraph. 2016-07-28 19:18:12 -07:00
Cedric Beust
809b91b460 Refactor test. 2016-07-26 03:08:36 -08:00
Cedric Beust
d18c8009c8 Revamp the scopes and scope filters. 2016-07-26 02:25:05 -08:00
Cedric Beust
f9c7e488d5 Use string templates. 2016-07-25 19:58:04 -07:00
Cedric Beust
85deb1bca7 Fix tests for Windows. 2016-07-25 19:57:33 -07:00
Cedric Beust
c3122e4902 Remove println. 2016-07-25 04:31:59 -08:00