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

872 commits

Author SHA1 Message Date
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
dfdd5ba06a Fix tests. 2015-11-27 09:45:20 -08:00
Cedric Beust
146d6702c5 Move files into the internal.build package. 2015-11-27 09:16:12 -08:00
Cedric Beust
43ccceb71e Refactoring of BuildScript. 2015-11-27 09:12:40 -08:00
Cedric Beust
947c620e56 .war: run the classpath contributors.
Need to make sure the Kotlin runtime is included in libs/.
2015-11-27 05:10:03 -08:00
Cedric Beust
f6d5c8a1f1 Merge pull request #58 from fboldog/make-java-buildconfig-final
generate final class and fields
2015-11-26 16:12:39 -08:00
Cedric Beust
c2382f0cda 0.303. 2015-11-27 03:46:21 -08:00
Cedric Beust
0146bbd2fc GITHUB-57: Bubble up aapt errors correctly.
Fixes https://github.com/cbeust/kobalt/issues/57.
2015-11-27 03:40:32 -08:00
Cedric Beust
56ef7a8c1d Fix a few cases where BuildConfig.java was not being compiled. 2015-11-27 03:20:37 -08:00
Cedric Beust
84c819b4f7 Don't embed the compiler while packaging a Kotlin app. 2015-11-27 00:51:59 -08:00
Cedric Beust
dc95e890b4 0.300. 2015-11-27 00:30:05 -08:00
Cedric Beust
647b103fd2 Build directory fix. 2015-11-27 00:24:47 -08:00
Cedric Beust
63a9c1f159 Add "jvmArgs" to test{}. 2015-11-27 00:24:39 -08:00
Cedric Beust
1ee183d5c1 0.298 2015-11-26 22:14:59 -08:00
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