1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-29 17:38:12 -07:00
Commit graph

154 commits

Author SHA1 Message Date
Cedric Beust
8d8bdad9e2 Add -pluginFiles. 2016-02-14 19:42:06 -08:00
Cedric Beust
471410a9bc Pass the class loader to archetypes. 2016-02-14 09:45:55 -08:00
Cedric Beust
7963e2fc99 Refactor. 2016-02-14 06:33:48 -08:00
Cedric Beust
c266cf517f Always shut down the executors. 2016-02-14 06:29:23 -08:00
Cedric Beust
f6fe0e086e Improve the archetype support. 2016-02-14 05:53:44 -08:00
Cedric Beust
e1ee30c0c7 Added "--plugins". 2016-02-13 18:25:02 -08:00
Cedric Beust
b57b1845bc Support for archetypes. 2016-02-11 21:20:29 -08:00
Cedric Beust
08f5fcd04b Timings to log 3. 2016-02-04 21:59:32 +04:00
voddan
6ad374006f moved the waiting operation under the timeout check 2016-01-29 12:57:40 +03:00
voddan
73b751f43f extracted checking for a new version into UpdateKobalt; semantics did not change 2016-01-29 11:04:12 +03:00
Cedric Beust
27d6332ea4 Settings for Kobalt.
~/.kobalt/settings.xml.
2016-01-12 23:40:48 +04:00
Cedric Beust
92d281e423 Move zip verification to tests. 2016-01-06 16:36:49 -08:00
Cedric Beust
19ad4ae3a2 VerifyKobaltZip. 2016-01-06 16:16:48 -08:00
Cedric Beust
2db5df1897 Fix #93. 2016-01-07 00:51:19 +04:00
Cedric Beust
c16a93e4a2 Fix the repo bug.
Repo contributors were not applied early enough, so resources coming from the Android m2repository could not be resolved.
2015-12-28 20:56:03 +04:00
Cedric Beust
56f59fc858 Only run the interceptors if there are any.
Otherwise, we always clear the interceptors.
2015-12-26 00:28:50 +04:00
Cedric Beust
0e90561c8f Display task timings in --log 2. 2015-12-23 21:09:43 +04:00
Cedric Beust
5e2004bd77 Warnings. 2015-12-21 04:27:06 +04:00
Cedric Beust
8eacf476a1 More incremental task work. 2015-12-20 10:27:53 +04:00
Cedric Beust
8335a3c06b Don't display an update is available if it's been downloaded. 2015-12-16 20:57:28 +04:00
Cedric Beust
6b1b141943 More moving classes around. 2015-12-15 04:37:46 +04:00
Cedric Beust
259d4a3cba Move classes to the app package. 2015-12-15 03:10:11 +04:00
Cedric Beust
4fb726be91 Deprecate Build.kt in the root dir. 2015-12-13 08:23:47 +04:00
Cedric Beust
6477c097cc Default Build.kt is now in kobalt/src. 2015-12-13 07:22:28 +04:00
Cedric Beust
896102dedf Assets for Android. 2015-12-08 07:09:11 -08:00
Cedric Beust
371929f754 Fix --tasks. 2015-12-06 11:02:56 -08:00
Cedric Beust
235ff7337f First pass at introducing ITaskContributor. 2015-12-05 16:47:24 -08:00
Cedric Beust
c10acfbaf7 Introducing HostInfo.
First step toward allowing authenticated repos.
2015-12-02 02:33:25 -08:00
Cedric Beust
732f17b7b7 Warnings. 2015-12-01 21:15:10 -08:00
Cedric Beust
7b68f9d980 Warning. 2015-11-29 14:19:13 -08:00
Cedric Beust
e55b9f0607 Ascii art. 2015-11-29 14:07:48 -08:00
Cedric Beust
651b9c02ba Move IClasspathDependency into the API. 2015-11-29 09:59:05 -08:00
Cedric Beust
a2a5ff429b Introducing IClasspathInterceptors.
Automatically adds the "aar" packaging to com.android.support.
2015-11-28 11:43:41 -08:00
Cedric Beust
49b538d3d4 Fix packages. 2015-11-26 22:18:22 -08:00
Cedric Beust
93f30ad4fe Revert "Move files into the internal.build package."
This reverts commit 146d6702c5.
2015-11-26 22:14:01 -08:00
Cedric Beust
ed09aa7e54 Revert "Fix packages."
This reverts commit c36f52b0dc.
2015-11-26 22:13:51 -08:00
Cedric Beust
c36f52b0dc Fix packages. 2015-11-27 10:08:50 -08:00
Cedric Beust
146d6702c5 Move files into the internal.build package. 2015-11-27 09:16:12 -08:00
Cedric Beust
904ccb157e Better error. 2015-11-24 23:17:16 -08:00
Cedric Beust
5dc2f9c2e1 Rename plugin.xml -> kobalt-plugin.xml. 2015-11-16 03:09:51 -08:00
Cedric Beust
6c279236bf Version check: one second timeout. 2015-11-17 21:57:58 -08:00
Cedric Beust
b31da8fa49 --noOverwrite 2015-11-17 01:16:57 -08:00
Cedric Beust
009ab3c8b4 Fix duplicates in --tasks. 2015-11-15 19:20:06 -08:00
Cedric Beust
48ae5d966f Better error reporting. 2015-11-14 09:54:31 -08:00
Cedric Beust
5a7d730ac5 Better upload logic. 2015-11-12 03:24:51 -08:00
Cedric Beust
49dac2a6b3 Successful upload. 2015-11-11 22:33:36 -08:00
Cedric Beust
ae7511be25 Support for --download. 2015-11-10 13:13:23 -08:00
Cedric Beust
13b87527f6 Update to github for releases. 2015-11-10 11:05:15 -08:00
Cedric Beust
0fb1949174 Benchmark update. 2015-11-09 22:13:50 -08:00
Cedric Beust
9096fb8348 --resolve fixes. 2015-11-08 21:27:38 -08:00