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

906 commits

Author SHA1 Message Date
Cedric Beust
37b36d5e30 Adjust priorities. 2016-04-11 09:06:34 -07:00
Cedric Beust
3bec28e8e0 Fix bug mixing R.java on Kotlin sources.
Fix https://github.com/cbeust/kobalt-android/issues/6
2016-04-11 09:06:07 -07:00
Cedric Beust
e51664edea Add <kobalt-compiler-version> and -repo to settings. 2016-04-10 20:49:38 -07:00
Cedric Beust
7bea179d69 Kotlin compiler should run first. 2016-04-09 11:28:50 -07:00
Cedric Beust
6f83fecb72 Compiler args for forked javac. 2016-04-09 06:10:40 -07:00
Cedric Beust
781128a7ea Log. 2016-04-08 02:08:11 -08:00
Cedric Beust
f29ec48ddf Apply plug-ins after running the interceptors. 2016-04-07 19:02:26 -08:00
Cedric Beust
9d2d536fe6 Initial work for the OSGI plug-in. 2016-04-05 06:54:11 -08:00
Cedric Beust
1d39b74001 Build fix. 2016-04-02 07:45:12 -07:00
Cedric Beust
1b11fbec6b Logging. 2016-04-02 07:14:36 -07:00
Cedric Beust
a90ef6e6fa Disable incremental compilation if build file was modified. 2016-04-02 07:14:32 -07:00
Cedric Beust
453097240b Fix KobaltSettings. 2016-04-01 22:41:18 -07:00
Cedric Beust
c6f9c88d2a Fix compiling messages. 2016-04-01 05:33:02 -08:00
Cedric Beust
182a9c09e2 Handle build errors better. 2016-04-01 02:31:51 -08:00
Cedric Beust
1ae9baa97d Make "assemble" incremental. 2016-03-31 23:01:47 -08:00
Cedric Beust
9218a8c7a6 Introducing IIncrementalAssemblyContributor. 2016-03-31 02:40:06 -08:00
Cedric Beust
c361a30614 Make Aether a singleton.
This way I can actually use its cache of dependencies that were already looked up.
2016-03-31 01:59:57 -08:00
Cedric Beust
f66515efe6 Introduce IPlugin#shutdown. 2016-03-30 21:54:49 -08:00
Cedric Beust
76cc696356 Delete ArtifactFetcher. 2016-03-28 10:40:49 +04:00
Cedric Beust
dda854963c Remove unused classes, fix a few tests. 2016-03-28 10:19:12 +04:00
Cedric Beust
984c514fa4 Remove DependencyFactory, introduce IDependencyManager. 2016-03-26 08:26:25 -07:00
Cedric Beust
9cc5d62cd3 Rename DepFactory -> DependencyFactory. 2016-03-25 12:35:28 +04:00
Cedric Beust
6de1b4d893 Remove usages of MavenDependency. 2016-03-25 10:57:59 +04:00
Cedric Beust
a3afc91f4d Extract RepoFinderCallable. 2016-03-21 22:59:55 +04:00
Cedric Beust
8ca320bedc Finish --gc. 2016-03-20 20:06:14 -07:00
Cedric Beust
f0c413ecb1 Really show compilation error messages this time. 2016-03-20 15:24:13 -07:00
Cedric Beust
d0977b17e7 --gc. 2016-03-20 07:22:56 -07:00
Cedric Beust
b8c51abea2 Show compilation error message. 2016-03-19 21:34:18 -07:00
Cedric Beust
ce435adf25 Modify commands to report errors to the IDEA plug-in. 2016-03-16 01:26:49 +04:00
Cedric Beust
136fcab0a4 Pass resources to the IDEA plug-in. 2016-03-14 23:54:17 +04:00
Cedric Beust
7798fb02b9 Remote Retrofit 1.9. 2016-03-11 23:16:44 +04:00
Cedric Beust
27a613c8bb Remove okhttp 2 dependency. 2016-03-11 23:05:40 +04:00
Cedric Beust
31d25a80c4 Migrating to Retrofit2. 2016-03-11 22:53:49 +04:00
Cedric Beust
42cb7ff441 Update to new structure. 2016-03-10 03:21:23 +04:00
Cedric Beust
c776f214cd --projectInfo. 2016-03-09 02:25:12 +04:00
Cedric Beust
9ea91052cf Move archive classes to kobalt-plugin-api. 2016-03-05 00:34:35 +04:00
Cedric Beust
2b179abf49 Move archive generation to Archives. 2016-03-04 21:42:50 +04:00
Cedric Beust
16cbfb7246 Refactor. 2016-03-04 21:42:15 +04:00
Cedric Beust
52183bbf0a Introduce IAssemblyContributor. 2016-03-04 03:06:28 +04:00
Cedric Beust
d4a4e26f14 BuildConfig generation fixes. 2016-03-02 00:00:06 +04:00
Cedric Beust
25684d8b06 Fix the instructions. 2016-02-27 19:43:47 -08:00
Cedric Beust
f5b1bcc6b5 Move file. 2016-02-27 19:39:43 -08:00
Cedric Beust
f3a352cf74 Renaming. 2016-02-27 19:25:15 -08:00
Cedric Beust
f47c2bc8b3 More template work. 2016-02-27 19:23:29 -08:00
Cedric Beust
0f00887736 Better Java template. 2016-02-27 19:08:37 -08:00
Cedric Beust
68358201bf Move the build template under templates/ 2016-02-27 18:26:30 -08:00
Cedric Beust
05debcff07 Fix infinite loop in KobaltServer. 2016-02-25 07:42:41 +04:00
Cedric Beust
c1c87d976d IDEA template. 2016-02-24 21:40:18 +04:00
Cedric Beust
b1fa423d2a Reformat. 2016-02-23 22:37:15 +04:00
Cedric Beust
e760439373 Template work. 2016-02-23 22:37:09 +04:00