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

1256 commits

Author SHA1 Message Date
Cedric Beust
afacd86267 GH-409: Run —update or —server even if the build file is incorrect.
Fixes https://github.com/cbeust/kobalt/issues/409
2017-04-17 09:27:17 -07:00
Cedric Beust
0938bcc3bf GH-413: Duplicate compilation.
Fixes https://github.com/cbeust/kobalt/pull/413
2017-04-17 08:38:53 -07:00
Dmitry Zhuravlev
6d46ba2d0e Merge branch 'master' of https://github.com/cbeust/kobalt 2017-04-17 11:49:15 +03:00
Cedric Beust
a7006d5cd7 kapt3 work. 2017-04-16 19:21:50 -07:00
Cedric Beust
91260d2f57 Not used. 2017-04-14 11:22:59 -07:00
Dmitry Zhuravlev
5d11395b7c + server should send buildFileClasspath to plugin. close #410 2017-04-14 17:18:16 +03:00
Cedric Beust
c195a7bdf7 Use commons-compress fast archive. 2017-04-11 15:58:52 -07:00
Cedric Beust
49d058e3e1 GH-403: Honor Kotlin compiler flags in process.
Fixes https://github.com/cbeust/kobalt/issues/403
2017-04-11 10:50:24 -07:00
Cedric Beust
6401a9d2af Bubble up test result messages. 2017-04-08 19:27:19 -07:00
Cedric Beust
cb7a8a5fb8 GH-393: run now runs from the project's directory.
Fixes https://github.com/cbeust/kobalt/issues/393
2017-04-07 19:06:48 -07:00
Cedric Beust
24d902bfbf Restructure the entry point for easier testing. 2017-04-06 10:52:17 -07:00
Cedric Beust
f2297fcfc3 Remote the “update” task.
We already have —update.
2017-04-06 10:08:10 -07:00
Cedric Beust
69560ca571 Fixes kotlinCompiler { version = … }
Fixes https://github.com/cbeust/kobalt/issues/317
2017-04-06 09:59:09 -07:00
Cedric Beust
03d4ca3861 Not necessary. 2017-04-06 09:43:16 -07:00
Cedric Beust
38d2187eae Fix copy().
Fixes https://github.com/cbeust/kobalt/issues/387
2017-04-06 09:39:21 -07:00
Cedric Beust
2e3ca3bb24 Fix build. 2017-04-05 16:44:00 -07:00
Cedric Beust
0ba9efc022 Renamed libDir to target. 2017-04-05 16:08:12 -07:00
Cedric Beust
9514d80b99 Introducing the copy() directive for installation.
Example use:

    install {
        collect(compileDependencies).map {
            copy(it, to("deploy"))
        }
    }
2017-04-05 14:11:30 -07:00
Cedric Beust
886b7a4bfa include() for install{}. 2017-04-04 10:49:48 -07:00
Cedric Beust
646a84323b GITHUB-IDEA-77: Don’t close the web socket.
Fixes https://github.com/cbeust/kobalt-intellij-plugin/issues/77.
2017-04-03 10:22:48 -07:00
Cedric Beust
0f7bb021c3 Refactor parameter extraction. 2017-04-03 10:00:18 -07:00
Cedric Beust
bb2eb19876 Refactor some downloadSources code. 2017-04-03 09:54:26 -07:00
Cedric Beust
1c27b9f1e4 Merge pull request #374 from dmitry-zhuravlev/master
* download sources property propagation. relates to #372
2017-04-03 09:47:44 -07:00
Cedric Beust
ed9c4e6636 Use the default jar file if no Main-Class attribute was found.
Fixes https://github.com/cbeust/kobalt/issues/384
2017-04-03 09:33:00 -07:00
Dmitry Zhuravlev
23bbcd4d84 * merge 2017-04-03 12:13:49 +03:00
Cedric Beust
b3ce6db1da Use injection for isDev. 2017-04-01 06:22:17 -07:00
1610677a94 Disable release version check if --dev 2017-03-31 23:24:16 -07:00
1be27833c6 Added support for --log 0 on --update 2017-03-31 14:28:47 -07:00
Cedric Beust
4ea4f0a58c Return buildContentRoots to the plug-in. 2017-03-31 11:12:41 -07:00
Cedric Beust
a6836fbd79 Surface the new build directories to expose them to the IDEA plug-in. 2017-03-31 10:56:30 -07:00
Cedric Beust
851cf55bfe Fix Build.kt being deleted when upgrading to a new version. 2017-03-31 08:53:31 -07:00
Dmitry Zhuravlev
6b3383ba72 * download sources property propagation. relates to #372 2017-03-31 16:47:47 +03:00
Cedric Beust
ba1d8f30b0 Clarify template use. 2017-03-30 19:16:18 -07:00
Cedric Beust
c7e3d62228 Refactor. 2017-03-30 18:08:23 -07:00
Cedric Beust
ff29413bb8 Comment. 2017-03-30 18:04:45 -07:00
Cedric Beust
255e17d88b BlockExtractorTest. 2017-03-30 15:12:35 -07:00
Cedric Beust
f29c974c49 Run the correct jar name, even if its name was changed.
Fixes https://github.com/cbeust/kobalt/issues/355
2017-03-30 14:03:37 -07:00
Cedric Beust
fe8780cc1f Not used. 2017-03-30 13:16:22 -07:00
Cedric Beust
a7553279cf Fix the topLines bug. 2017-03-30 13:16:17 -07:00
Cedric Beust
5b24ada976 Fix missing build file. 2017-03-30 12:30:32 -07:00
Cedric Beust
af5eb04e4b Force update if autoUpdate is true. 2017-03-30 12:03:48 -07:00
Cedric Beust
b354b42767 Better error message. 2017-03-30 11:58:27 -07:00
Cedric Beust
0aae394975 Fix build path. 2017-03-30 11:49:26 -07:00
Cedric Beust
c3c43613a8 Fix the silly cycle. 2017-03-30 10:40:47 -07:00
Cedric Beust
d712a14405 Logging. 2017-03-30 10:13:48 -07:00
Cedric Beust
b3efc12569 autoUpdate setting. 2017-03-30 10:13:41 -07:00
Cedric Beust
0178500bf8 Comment. 2017-03-30 10:02:47 -07:00
Cedric Beust
8e46cdb83b Extract some logic into Profiles. 2017-03-30 09:55:25 -07:00
Cedric Beust
f9d647f947 Fix tests. 2017-03-30 09:19:15 -07:00
Cedric Beust
2fda71682f Fix tests. 2017-03-29 16:18:26 -07:00