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

3092 commits

Author SHA1 Message Date
Cedric Beust
5fac88b1f7 GH-391: "provided" dependencies are no longer used to compile.
Fixes https://github.com/cbeust/kobalt/issues/391
2017-04-07 19:39:21 -07:00
Cedric Beust
9db54e24e4 No longer used. 2017-04-07 19:12:51 -07:00
Cedric Beust
8aa122f007 1.0.57. 2017-04-07 19:09:13 -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
a50d349fd6 Merge branch 'master' of github.com:cbeust/kobalt 2017-04-07 15:26:53 -07:00
Cedric Beust
51090ad8b4 Tests for optional dependencies. 2017-04-07 15:26:11 -07:00
Cedric Beust
7e6c68c689 Fix test. 2017-04-07 15:19:17 -07:00
Cedric Beust
40ab79456b Name for the filter. 2017-04-07 15:16:53 -07:00
Cedric Beust
9c73bc717a Not used. 2017-04-07 15:15:42 -07:00
Cedric Beust
dca28669d1 1.0.55. 2017-04-07 12:29:15 -07:00
Cedric Beust
e19b3472a7 GH-392: Make collect() return both File and id.
Fixes https://github.com/cbeust/kobalt/issues/392
2017-04-07 12:29:10 -07:00
Cedric Beust
5ae20fb253 JUnit 5 dependencies. 2017-04-07 11:44:18 -07:00
Cedric Beust
d2ee2f7b4c Typo. 2017-04-07 11:42:33 -07:00
Cedric Beust
33dafe6cd0 Initial support for JUnit 5. 2017-04-07 11:42:29 -07:00
Cedric Beust
5768fb24db Dependencies can be empty. 2017-04-07 11:41:43 -07:00
Cedric Beust
9049ed8048 GH-336: Typo.
Fixes https://github.com/cbeust/kobalt/issues/336
2017-04-06 14:12:14 -07:00
Cedric Beust
b3fd191111 1.0.54. 2017-04-06 13:36:42 -07:00
Cedric Beust
49fd5db117 GH-383: provided() dependencies should not be included in the far jat.
Fixes https://github.com/cbeust/kobalt/issues/383
2017-04-06 13:36:36 -07:00
Cedric Beust
11d3b9fd8e Formatting. 2017-04-06 12:56:49 -07:00
Cedric Beust
0cbf9197e9 Clean up. 2017-04-06 12:55:48 -07:00
Cedric Beust
b0e823958b InstallTest and BuildFilesTest. 2017-04-06 12:51:54 -07:00
Cedric Beust
f83bdfe3b2 Remove unnecessary @Guice. 2017-04-06 12:12:56 -07:00
Cedric Beust
ba98592f49 Tests can now run full builds. 2017-04-06 11:31:05 -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
ae99bb6de5 1.0.53. 2017-04-06 09:59:27 -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
43338c2946 1.0.52. 2017-04-06 09:40:46 -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
94400756ff Merge pull request #390 from ethauvin/master
Added test for CR line endings (DOS) in kobaltw.
2017-04-05 20:12:14 -07:00
d108589185 Added test for CR line endings (DOS) in kobaltw. 2017-04-05 18:15:14 -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
edb9370988 copy() now takes a From as first parameter. 2017-04-05 16:08:01 -07:00
Cedric Beust
856b61678d 1.0.51. 2017-04-05 14:48:53 -07:00
Cedric Beust
59d6120412 collect() returns a list of File. 2017-04-05 14:48:43 -07:00
Cedric Beust
f93fee2d8c 1.0.50. 2017-04-05 14:12:51 -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
756fbec648 Test helper. 2017-04-04 16:28:09 -07:00
Cedric Beust
93408cda52 Fix tests. 2017-04-04 13:53:12 -07:00
Cedric Beust
a1bea1124d Build fix. 2017-04-04 11:13:15 -07:00
Cedric Beust
c691709a53 Reformat. 2017-04-04 10:50:20 -07:00
Cedric Beust
abab841119 Logs. 2017-04-04 10:50:10 -07:00
Cedric Beust
18f1df454e Fix DependencyManagerTest. 2017-04-04 10:50:02 -07:00
Cedric Beust
886b7a4bfa include() for install{}. 2017-04-04 10:49:48 -07:00
Cedric Beust
789c969a9b GITHUB-382: Expose Project.collect() to gather dependencies in the build file.
Fixes https://github.com/cbeust/kobalt/issues/382
2017-04-03 11:02:45 -07:00
Cedric Beust
570f9a0bb7 1.0.48. 2017-04-03 10:23:04 -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
57656a59c8 1.0.47 2017-04-03 10:07:00 -07:00