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

907 commits

Author SHA1 Message Date
Cedric Beust
46e3384e44 .gitignore. 2015-11-26 22:14:52 -08:00
Cedric Beust
6cd1a1d610 Fix variantless builds. 2015-11-26 22:08:46 -08:00
Cedric Beust
0837592d4b Forgot kobalt-plugin.xml. 2015-11-26 22:08:32 -08:00
Cedric Beust
e1c3ea1298 Clean up plugin-names. 2015-11-26 21:59:17 -08:00
Cedric Beust
bf1b827324 Support for multiple tasks with the same name.
For example, both PackagingPlugin and AndroidPlugin define an "install" task. Both need to run if invoked.
2015-11-26 21:26:54 -08:00
Cedric Beust
c19f1a4558 Fix bogus output dir. 2015-11-26 21:09:12 -08:00
Cedric Beust
61ce1b537c Comment. 2015-11-26 21:03:45 -08:00
Cedric Beust
0118e71b4f Skip install if there's nothing to install. 2015-11-26 20:18:39 -08:00
Cedric Beust
c98d6e4311 Remove runAfter(). 2015-11-26 20:16:41 -08:00
Cedric Beust
4a2e33d777 Better cycle detection. 2015-11-26 20:16:07 -08:00
Cedric Beust
31994102ae Fix shadowing 2015-11-26 20:15:31 -08:00
Cedric Beust
ea7c4abcc9 Fix bogus dependency. 2015-11-26 20:14:41 -08:00
Ferenc Boldog
0064fd9e10 generate final class and fields 2015-11-27 01:05:55 +01:00
Cedric Beust
821279858c Merge pull request #55 from fboldog/fix-kotlinc-output-directory
add directory path if exists (like JavaCompiler)
2015-11-25 18:56:42 -08:00
Cedric Beust
81c24e2acc 0.296. 2015-11-26 05:48:42 -08:00
Cedric Beust
651eb449f8 Log. 2015-11-26 05:45:31 -08:00
Cedric Beust
57f8ec90c4 Profiles. 2015-11-26 05:23:42 -08:00
Cedric Beust
833f2e2bbf Remove warning. 2015-11-25 07:33:55 -08:00
Ferenc Boldog
5aa4642eb4 add directory path if exists (like JavaCompiler) 2015-11-25 16:15:18 +01:00
Cedric Beust
357715f6c7 TODO. 2015-11-24 23:55:08 -08:00
Cedric Beust
5123016916 Clean up. 2015-11-24 23:54:43 -08:00
Cedric Beust
fb2e970082 Fix the multiple -source flags bug. 2015-11-24 23:54:36 -08:00
Cedric Beust
b1f7c9fd03 TODO. 2015-11-24 23:30:58 -08:00
Cedric Beust
c5c875ae85 0.293. 2015-11-24 23:18:59 -08:00
Cedric Beust
904ccb157e Better error. 2015-11-24 23:17:16 -08:00
Cedric Beust
9f00303e9d Only generate BuildConfig if at least one buildConfig{} was found. 2015-11-24 23:17:09 -08:00
Cedric Beust
92922f7e07 Logs. 2015-11-24 22:25:47 -08:00
Cedric Beust
be5a02eef1 Simplify. 2015-11-24 22:25:23 -08:00
Cedric Beust
1d6d98a0ed Fix #51: BuildConfig not generated. 2015-11-24 22:24:56 -08:00
Cedric Beust
c90aca0c7d Refactor. 2015-11-24 21:01:37 -08:00
Cedric Beust
37a0f3101a Revert "Refactor."
This reverts commit e5d03956f9.
2015-11-24 21:01:22 -08:00
Cedric Beust
2b26bc14c6 Merge pull request #52 from fboldog/generate-buildconfig-with-android-package-id
Generate BuildConfig with android pacage id if possible
2015-11-24 08:57:23 -08:00
Ferenc Boldog
a43bc01267 Generate BuildConfig with android pacage id if possible 2015-11-24 17:40:10 +01:00
Cedric Beust
e5d03956f9 Refactor. 2015-11-23 19:09:00 -08:00
Cedric Beust
f0ea553f55 0.292. 2015-11-23 18:57:56 -08:00
Cedric Beust
495d507978 Move Merger logs to 3. 2015-11-23 18:51:03 -08:00
Cedric Beust
f7a1b71435 Log. 2015-11-23 18:50:55 -08:00
Cedric Beust
5ee24d4738 Fix the app/ bug. 2015-11-23 18:50:51 -08:00
Cedric Beust
a5b180e6db Merge pull request #49 from fboldog/copy-manifest-and-resources
Copy manifest and resources
2015-11-23 18:21:28 -08:00
Ferenc Boldog
45e0017a0e copy resources to correct path 2015-11-24 02:23:39 +01:00
Ferenc Boldog
8e8077626a copy AndroidManifest.xml to correct path 2015-11-24 02:23:39 +01:00
Cedric Beust
665d4040ef Unnecessary. 2015-11-23 17:17:48 -08:00
Cedric Beust
93e56208f1 0.291. 2015-11-23 17:16:40 -08:00
Cedric Beust
5a5ff5854a Variant was not honoring the project directory. 2015-11-23 17:15:17 -08:00
Cedric Beust
873f8fc0ae AndroidPlugin is now an IRunContributor. 2015-11-24 03:03:18 -08:00
Cedric Beust
c8f8c9e8e8 Refactoring. 2015-11-24 03:02:54 -08:00
Cedric Beust
0d898ae671 Use vars for jaxb. 2015-11-24 03:01:21 -08:00
Cedric Beust
a45640c5be Add "run" to the Android plug-in. 2015-11-24 03:00:33 -08:00
Cedric Beust
f2d15c31da Upgrade domx. 2015-11-24 02:25:37 -08:00
Cedric Beust
9067872fbf Merge pull request #48 from cypressious/fix_gradle_some_more
Fix build.gradle some more
2015-11-23 14:15:53 -08:00