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

2106 commits

Author SHA1 Message Date
Cedric Beust
33dafe6cd0 Initial support for JUnit 5. 2017-04-07 11:42:29 -07:00
Cedric Beust
b3fd191111 1.0.54. 2017-04-06 13:36:42 -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
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
856b61678d 1.0.51. 2017-04-05 14:48:53 -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
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
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
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
9b31a87f1f 1.0.46. 2017-04-03 09:45:01 -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
c5405177b5 1.0.45. 2017-04-01 13:43:09 -07:00
Cedric Beust
b011abc13b Resolve snapshot repos correctly.
Fixes https://github.com/cbeust/kobalt/issues/377.
2017-04-01 13:42:09 -07: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
81cbdad9a0 1.0.44. 2017-03-31 11:12:57 -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
a2e197959d 1.0.43. 2017-03-31 09:20:14 -07:00
Cedric Beust
ebedb8546a 1.0.42. 2017-03-31 08:53:43 -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
9f249822ba 1.0.41. 2017-03-30 14:03:48 -07:00