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

1011 commits

Author SHA1 Message Date
Cedric Beust
5000368d64 Log. 2017-03-14 18:40:07 -07:00
Cedric Beust
a0ce7498e3 Output checksums. 2017-03-14 16:06:13 -07:00
Cedric Beust
383128d96b Work in progress for incremental archival task. 2017-03-14 15:52:03 -07:00
Cedric Beust
c056fa5c9f Restore path. 2017-03-13 12:38:15 -07:00
Cedric Beust
1fb4278cd6 Investigate the TeamCity build failure. 2017-03-13 11:26:54 -07:00
Cedric Beust
1f3f666d93 Always compile the build files with Kotlin incremental compilation disabled. 2017-03-10 12:39:44 -08:00
Cedric Beust
49d142659a Silly import completely wrecked the logger. 2017-03-10 10:15:20 -08:00
Cedric Beust
99c5bd560f Trim dependencies. 2017-03-10 09:55:38 -08:00
Cedric Beust
94082e1251 Indent. 2017-03-10 09:55:22 -08:00
Cedric Beust
e8bdd888a7 Better file detection. 2017-03-09 13:48:39 -08:00
Cedric Beust
de052ea7f2 Warnings. 2017-03-09 13:32:17 -08:00
Cedric Beust
87c56d320e BuildParser fix. 2017-03-09 13:32:10 -08:00
Cedric Beust
5ea2fe30b0 Investigate TeamCity build failures. 2017-03-08 15:56:50 -08:00
Cedric Beust
df7d9e7d68 Better runtime scope handling. 2017-03-08 14:24:43 -08:00
Cedric Beust
caf4b1c62a Fix StackOverFlow.
Fixes https://github.com/cbeust/kobalt/issues/339.
2017-03-08 13:38:41 -08:00
Cedric Beust
3503405488 Allow more imports in preBuildScript. 2017-03-08 10:26:30 -08:00
Cedric Beust
eaf0b96d6c Variables in buildScript(). 2017-03-07 18:27:45 -08:00
Cedric Beust
bdd80bdedd Don’t run buildScript{} twice. 2017-03-07 13:53:45 -08:00
Cedric Beust
204ca452e5 Allow variables in buildScript{}.
Fixes https://github.com/cbeust/kobalt/issues/340
2017-03-07 13:24:49 -08:00
Cedric Beust
4bdc12def5 Incremental compilation. 2017-03-03 13:52:25 -08:00
Cedric Beust
83633cd011 Fix recursive search. 2017-03-03 10:38:53 -08:00
Cedric Beust
754b2df5fc Fix previous version calculation. 2017-03-03 09:30:19 -08:00
Cedric Beust
415f5e800e Warnings. 2017-03-01 10:43:50 -08:00
Cedric Beust
bfc30662d9 Kotlin 1.1.0. 2017-03-01 10:13:03 -08:00
Cedric Beust
f10749adae Warnings. 2017-03-01 10:12:46 -08:00
Cedric Beust
446901283d Better version parsing. 2017-03-01 10:12:38 -08:00
Cedric Beust
a35cf0cc87 Make “doc” run before “assemble". 2017-02-27 16:07:55 -08:00
Cedric Beust
b54c4c63c8 Move exclude() management to DependencyManager, where it belongs. 2017-02-22 20:44:19 -08:00
Cedric Beust
1257b9b310 Rename to templateContributors. 2017-02-20 07:59:29 -08:00
Cedric Beust
35e0167a1f Unnecessary classLoader. 2017-02-20 07:22:44 -08:00
Cedric Beust
010ae24bd8 1.1.0-rc-91. 2017-02-17 10:09:35 -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
832c602563 Expand —init to files and URL’s. 2017-02-16 15:32:16 -08:00
Juan Liska
598d8b26c5 move TestConfig into separate file 2017-02-15 09:25:39 -06:00
Juan Liska
3c4a703ca1 standardize directives 2017-02-15 08:44:35 -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
Cedric Beust
7e662035d4 Look up plugins on the pluginClassLoader first. 2017-02-14 16:51:10 -08:00
Cedric Beust
2d9dd077e6 Remove public. 2017-02-14 16:50:46 -08:00
Cedric Beust
86dec889f2 Pull a few functions up in BaseJvmPlugin. 2017-02-14 11:15:48 -08:00
Cedric Beust
4a8826fb69 Kotlin 1.1.0-beta-38. 2017-02-13 19:35:27 -08:00
Cedric Beust
b59bf3b8c0 Groovy plug-in. 2017-02-13 16:28:04 -08:00
Cedric Beust
9cea38dedb Refactor. 2017-02-13 16:27:42 -08:00
Cedric Beust
f2b54ec0c0 Refactor. 2017-02-13 10:39:34 -08:00
Cedric Beust
3b88ecc4dc Doc. 2017-02-13 10:39:28 -08:00
Cedric Beust
5f48cb18e9 Reformat. 2017-02-13 10:13:42 -08:00
Cedric Beust
e03b4527ad Handle dependency exclusion for tests too. 2017-02-13 10:13:42 -08:00
Cedric Beust
0c8ebe4ff6 Simplify. 2017-02-13 10:13:42 -08:00