1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-30 09:58:12 -07:00
Commit graph

1300 commits

Author SHA1 Message Date
Cedric Beust
e47721c2b6 Merge pull request #368 from ethauvin/master
Implemented --log 0
2017-03-28 20:54:51 -07:00
Cedric Beust
2c7241f195 Instructions for multi build file algorithm. 2017-03-28 19:13:12 -07:00
d605b4a132 Merge with beust/kobalt. 2017-03-28 17:25:47 -07:00
014802e272 Implemented --log 0 2017-03-28 17:16:11 -07:00
Cedric Beust
350b471460 Multi build work. 2017-03-28 10:12:49 -07:00
Cedric Beust
34a544febd Not needed. 2017-03-27 16:07:28 -07:00
Cedric Beust
4b5a7c3093 Clean up ParsedBuildFile. 2017-03-27 16:04:55 -07:00
Cedric Beust
e4d883890d Don’t generate preBuildScript.jar if no buildScript{}. 2017-03-27 15:45:25 -07:00
Cedric Beust
76fdd1543a Rephrase. 2017-03-27 15:44:57 -07:00
Cedric Beust
b3585f48cb No longer used 2017-03-27 15:19:10 -07:00
Cedric Beust
ccbfe3bd94 Preliminary work for multiple build files. 2017-03-27 14:54:51 -07:00
Cedric Beust
9eeba66c3f More flexible option parsing.
Fixes https://github.com/cbeust/kobalt/issues/362
2017-03-27 10:49:23 -07:00
Cedric Beust
ba24de7d08 More flexible option parsing. 2017-03-27 09:53:24 -07:00
Cedric Beust
096b2c20a4 In the correct module. 2017-03-26 18:43:49 -07:00
Cedric Beust
1d6a0ba1ca Refactor. 2017-03-26 11:43:22 -07:00
Cedric Beust
2a7775529d Fix log line. 2017-03-26 10:18:36 -07:00
Cedric Beust
8f99f81bc0 Clean generated directory in AptPlugin.
Fixes https://github.com/cbeust/kobalt/issues/357.
2017-03-26 09:57:54 -07:00
Cedric Beust
043fc31c9f /v1/getDependencyGraph?projectRoot=...
Deprecated buildFile=.
2017-03-26 07:32:56 -07:00
Cedric Beust
6974e6cdb2 Backward compatibility. 2017-03-25 13:09:20 -07:00
Cedric Beust
86c166ff76 New profile syntax: val debug by profile() 2017-03-25 12:45:59 -07:00
Cedric Beust
8a8b5f638d Make --server work even if there is no Build.kt.
Fixes https://github.com/cbeust/kobalt-intellij-plugin/issues/69.
2017-03-25 07:14:10 -07:00
Cedric Beust
4e4c5a7d9e Put the javac command in a file.
Also introduce fixSlashes().
2017-03-24 23:42:41 -07:00
Cedric Beust
b2d6b9a2e3 New line. 2017-03-24 15:17:06 -07:00
Cedric Beust
eaaa6fbcef Fix the “empty source” bug in KobaltServer.
The plug-in needs to send the root of the project, but for now, calculating it from the path of the build file.
2017-03-24 13:31:33 -07:00
Cedric Beust
c7714a5286 Better StringVersion. 2017-03-22 09:26:24 -07:00
Cedric Beust
a4282b299a Added kobaltOptions(). 2017-03-21 13:19:21 -07:00
Cedric Beust
de6b7afb61 Remove javaProject/kotlinProject. 2017-03-21 10:06:25 -07:00
Cedric Beust
61bc02b04b Indent. 2017-03-20 14:49:15 -07:00
Cedric Beust
a9bba0d83b Better dependency exclusion. 2017-03-20 14:49:11 -07:00
17bd4a0cec Renamed auto paramter to enabled for autoGitTag directive. 2017-03-18 11:32:14 -07:00
792fa88674 Added annotated directive to autoGitTag. 2017-03-18 00:45:06 -07:00
49538338a4 Refactored duplicate code. 2017-03-16 19:22:28 -07:00
c80020c36a Added AutoGitTagConfig. 2017-03-16 19:19:40 -07:00
4f32f0ba2f Added parameters to autoGitTag directive. 2017-03-16 19:19:40 -07:00
Cedric Beust
8d06df9b8c Comments. 2017-03-16 15:21:51 -07:00
Cedric Beust
c2c4d8e254 Clarify and document. 2017-03-16 14:44:12 -07:00
Cedric Beust
7b28290b8b More refactoring. 2017-03-15 13:02:37 -07:00
Cedric Beust
908610ba3a Refactor. 2017-03-15 11:01:10 -07:00
Cedric Beust
72bcffab2c Move the file to the correct location. 2017-03-15 10:54:01 -07:00
Cedric Beust
b2390f34f8 Incremental packaging. 2017-03-14 18:40:28 -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
28ed175979 Redundant. 2017-03-13 12:37:59 -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
ef79394d49 Wipe the jar file. 2017-03-10 09:55:52 -08:00
Cedric Beust
6ef86693c7 Added description/vcsTag to bintray{} directive. 2017-03-08 15:44:33 -08:00
Cedric Beust
df7d9e7d68 Better runtime scope handling. 2017-03-08 14:24:43 -08:00
Cedric Beust
a99ce1ce4d Logging. 2017-03-08 13:47:33 -08:00
Cedric Beust
6f593d5c53 Logging. 2017-03-08 13:47:18 -08:00
Cedric Beust
289c67557c Better logging. 2017-03-08 10:26:35 -08:00