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

1073 commits

Author SHA1 Message Date
Cedric Beust
8fe055ee91 Refactor client. 2016-04-21 23:11:15 -08:00
Cedric Beust
eb7e6d7108 KobaltServer now creates a server file with the port init.
~/.kobalt/kobaltServer.properties
2016-04-21 23:11:09 -08:00
Cedric Beust
5e876e8794 Send the tasks. 2016-04-21 22:08:49 -08:00
Cedric Beust
5c428e4b00 Fix packaging dependencies. 2016-04-18 03:41:24 -08:00
Cedric Beust
458b40eafc Revamp the graph dependency/ordering logic. 2016-04-18 02:51:29 -08:00
evanchooly
9df503f439 removed commented out code 2016-04-16 23:21:43 -04:00
evanchooly
11a0f75589 corrected bintray urls
cleaned up progress output
2016-04-16 23:20:08 -04:00
evanchooly
af33cf0a85 retrofit the rest of the bintry calls
tweak the output to reflect the current file being uploaded
2016-04-16 19:18:45 -04:00
evanchooly
92118a8c23 Revert "trying to retrofit BintrayApi and add package creation support"
This reverts commit 2c2cd8b16b.
2016-04-16 16:43:38 -04:00
evanchooly
124375d341 Revert "retrofit the rest of the bintry calls"
This reverts commit a84a721412.
2016-04-16 16:42:23 -04:00
evanchooly
a84a721412 retrofit the rest of the bintry calls
tweak the output to reflect the current file being uploaded
2016-04-16 16:25:07 -04:00
evanchooly
2c2cd8b16b trying to retrofit BintrayApi and add package creation support 2016-04-16 16:25:07 -04:00
Cedric Beust
a38889e94f Fix tests. 2016-04-12 23:43:27 -08:00
Cedric Beust
1a029e4a56 Don't display the compiling message for build files. 2016-04-12 21:56:35 -08:00
Cedric Beust
1e9a49ef43 Crash when no dependent projects have been found. 2016-04-11 20:27:42 -08:00
Cedric Beust
3dc039e956 Fix plurals. 2016-04-11 10:01:12 -07:00
Cedric Beust
09c6f4c6ba Fix directories. 2016-04-11 09:48:12 -07:00
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