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

2907 commits

Author SHA1 Message Date
Cedric Beust
12bb412cd1 .gitignore. 2017-02-23 17:43:44 -08:00
Cedric Beust
489d3ff913 Remove IDEA files 2017-02-23 17:43:20 -08:00
Cedric Beust
b0c412b680 Better tests. 2017-02-23 17:42:56 -08:00
Cedric Beust
a82cd20455 Turn on ExcludeTest. 2017-02-23 09:19:01 -08:00
Cedric Beust
3290769453 Add an exclude() test.
… but disabled, until I can figure out why it interferes with the profile test.
2017-02-22 20:45:11 -08:00
Cedric Beust
b54c4c63c8 Move exclude() management to DependencyManager, where it belongs. 2017-02-22 20:44:19 -08:00
Cedric Beust
64437761a4 0.939. 2017-02-20 07:59:48 -08:00
Cedric Beust
891a8cdbee —listTemplates after parsing the build file. 2017-02-20 07:59:40 -08:00
Cedric Beust
1257b9b310 Rename to templateContributors. 2017-02-20 07:59:29 -08:00
Cedric Beust
d806649194 0.938. 2017-02-20 07:22:58 -08:00
Cedric Beust
35e0167a1f Unnecessary classLoader. 2017-02-20 07:22:44 -08:00
Cedric Beust
b23cd94422 0.937. 2017-02-20 07:03:21 -08:00
Cedric Beust
90d582a1c5 Display plug-in dependencies in KobaltClient. 2017-02-20 07:02:08 -08:00
Cedric Beust
3215280d92 Plug-in dependencies should be returned as DependencyData. 2017-02-20 07:02:08 -08:00
Cedric Beust
1baca0cd35 Fix Aether version. 2017-02-18 08:20:32 -08:00
Cedric Beust
62c11cbdfe Fix paths. 2017-02-18 08:14:29 -08:00
Cedric Beust
4905afffbb 0.936. 2017-02-18 08:13:52 -08:00
Cedric Beust
ed6e5844d1 Exclude aether dependencies. 2017-02-18 08:06:55 -08:00
Cedric Beust
10967067f7 Fix excluded dependencies. 2017-02-18 08:05:17 -08:00
Cedric Beust
58d5101e11 0.935. 2017-02-17 13:44:32 -08:00
Cedric Beust
d154700eef Better KobaltClient display. 2017-02-17 13:44:20 -08:00
Cedric Beust
a9902f136b Return plug-in dependencies in their own JSON section. 2017-02-17 13:44:13 -08:00
Cedric Beust
4f78e911e3 Simplify. 2017-02-17 13:43:53 -08:00
Cedric Beust
bd55768c2b Bump JCommander. 2017-02-17 13:33:30 -08:00
Cedric Beust
b864ea5ded Indent. 2017-02-17 13:33:22 -08:00
Cedric Beust
f677b06901 Clean up client and server. 2017-02-17 13:33:13 -08:00
Cedric Beust
205f10a53d Reformat. 2017-02-17 13:32:51 -08:00
Cedric Beust
04810f4df8 Clear the list of dynamic plug-ins. 2017-02-17 13:32:43 -08:00
Cedric Beust
d298914636 0.934. 2017-02-17 10:41:23 -08:00
Cedric Beust
f7dd354b27 Better ProfileTest. 2017-02-17 10:38:25 -08:00
Cedric Beust
50f8e2fa10 0.933. 2017-02-17 10:09:43 -08:00
Cedric Beust
010ae24bd8 1.1.0-rc-91. 2017-02-17 10:09:35 -08:00
Cedric Beust
475bdfffdb Better compilation error reporting. 2017-02-17 10:09:26 -08:00
Cedric Beust
54fe92fee8 Merge pull request #329 from dmitry-zhuravlev/cbeust_master
* fix debug of Build.kt (do not rename original source file but use temporary folder instead)
2017-02-17 07:22:47 -08:00
Dmitry Zhuravlev
1455a9a1a2 * fix debug of Build.kt (do not rename original source file but use temporary folder instead) 2017-02-17 15:45:33 +03:00
Cedric Beust
14ad4ce733 Refactor. 2017-02-16 15:45:58 -08:00
Cedric Beust
953814982f Refactor. 2017-02-16 15:44:24 -08:00
Cedric Beust
2bb8c32243 Update comment. 2017-02-16 15:42:04 -08:00
Cedric Beust
a078865a2d 0.932. 2017-02-16 15:32:16 -08:00
Cedric Beust
832c602563 Expand —init to files and URL’s. 2017-02-16 15:32:16 -08:00
Cedric Beust
d583eb0066 Merge pull request #328 from pabl0rg/master
standardize use of Directive (on methods/props)
2017-02-15 10:33:48 -08:00
Juan Liska
7ad54766c0 standardize use of Directive (on methods/props) 2017-02-15 12:10:57 -06:00
Cedric Beust
6b08856b7b Merge pull request #327 from pabl0rg/master
standardize BuildScript directives
2017-02-15 09:26:34 -08:00
Juan Liska
598d8b26c5 move TestConfig into separate file 2017-02-15 09:25:39 -06:00
Juan Liska
07b68e72c5 return PackageConfig from directive 2017-02-15 08:45:10 -06:00
Juan Liska
3c4a703ca1 standardize directives 2017-02-15 08:44:35 -06:00
Juan Liska
cb101cd410 return config objects from directives 2017-02-15 07:12:21 -06:00
Juan Liska
607b8a001f tag version directive 2017-02-15 06:06:54 -06:00
Juan Liska
264d5ff8b7 return ApplicationConfig from application directive 2017-02-15 06:06:32 -06:00
Juan Liska
a5f3b6b8e7 standardize BuildScript directives
moved buildScript directive to Directives.kt
tagged BuildScriptConfig methods with @Directive
2017-02-15 05:23:31 -06:00