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

2106 commits

Author SHA1 Message Date
b944039fdc Added push parameter to autoGitTag. 2017-05-10 11:46:41 -07:00
bcb9cc4e87 Fixed repo name to use config param if available. 2017-05-10 11:08:15 -07:00
Cedric Beust
a1b952ca69 1.0.86. 2017-05-10 09:58:54 -07:00
Cedric Beust
a47b570d16 Fix the bogus default value for getProperty(). 2017-05-10 09:58:54 -07:00
Cedric Beust
61af72e26d 1.0.85. 2017-05-09 10:56:06 -07:00
Cedric Beust
d1039ce9af 1.0.84. 2017-05-08 15:47:59 -07:00
Cedric Beust
2227783905 Merge pull request #441 from ethauvin/master
Fixed vcs_tag
2017-05-05 11:20:00 -07:00
f43c186da1 Cleanup. 2017-05-05 10:33:21 -07:00
706f27de40 Added Bintray's package name and issue tracker URL. 2017-05-05 08:45:21 -07:00
62e1d55b53 Fixed vcs_tag.
Grab project description and url from pom, if not already specified.
2017-05-04 16:22:22 -07:00
Cedric Beust
686d98cdc9 Rename. 2017-05-04 09:39:52 -07:00
Cedric Beust
b74c4d65b2 Fix warnings. 2017-05-04 09:36:38 -07:00
e468d1cb4d Removed sources directory from apt generated directory path. 2017-05-04 00:12:16 -07:00
Cedric Beust
2439da3545 Merge pull request #439 from ethauvin/master
Made doc run after clean
2017-05-03 20:43:31 -07:00
407d2bb436 Cleanup. 2017-05-03 20:13:13 -07:00
Cedric Beust
74d6670882 1.0.83. 2017-05-03 11:32:55 -07:00
e4650dd953 Implemented javadoc options. 2017-05-03 09:46:02 -07:00
Cedric Beust
2e7de257aa Better javadoc default args. 2017-05-02 14:17:39 -07:00
Cedric Beust
8fa360949b Simplify. 2017-05-02 14:07:44 -07:00
Cedric Beust
083d707345 1.0.82. 2017-05-02 11:24:38 -07:00
Cedric Beust
13f544d67c Add javadoc { args() }. 2017-05-02 11:24:21 -07:00
Cedric Beust
dcfa18ceb8 1.0.81 2017-05-01 11:11:20 -07:00
Cedric Beust
bc4bee8461 OSGi improvements. 2017-05-01 11:11:11 -07:00
Cedric Beust
4385a81308 1.0.80. 2017-04-28 10:18:11 -07:00
Cedric Beust
60a7c88377 Restructure. 2017-04-28 10:18:11 -07:00
Cedric Beust
f674ed65d6 Don’t include stubs in the jar file.
Fixes https://github.com/cbeust/kobalt/issues/437
2017-04-28 10:18:11 -07:00
Cedric Beust
fff392d573 Log. 2017-04-28 10:18:11 -07:00
d0d5e75243 Fixed config.taskName. 2017-04-27 19:13:20 -07:00
Cedric Beust
7ea182b42e 1.0.79. 2017-04-27 16:22:33 -07:00
Cedric Beust
bfe4140143 Fix the run dependency. 2017-04-27 16:21:44 -07:00
Cedric Beust
96eabbe99b 1.0.78. 2017-04-27 13:32:32 -07:00
Cedric Beust
9b08f57917 Fix the case where no MANIFEST exists. 2017-04-27 13:31:19 -07:00
Cedric Beust
18653c4da1 Better log message. 2017-04-27 10:57:51 -07:00
Cedric Beust
b937aa6ad8 Created the generated source directory.
Fixes https://github.com/cbeust/kobalt/issues/433
2017-04-27 10:57:44 -07:00
Cedric Beust
161e5db53c OsgiPlugin. 2017-04-26 14:19:55 -07:00
Cedric Beust
a367621ee4 1.0.77. 2017-04-25 10:59:51 -07:00
Cedric Beust
c3c3b0863a Kotlin 1.1.2. 2017-04-25 10:59:40 -07:00
Cedric Beust
5e12e028bd Be consistent with using taskContributor everywhere. 2017-04-25 10:40:16 -07:00
Cedric Beust
ba6ab5592e Allow multiple install{} tags.
Fixes https://github.com/cbeust/kobalt/issues/430.
2017-04-25 10:24:10 -07:00
Cedric Beust
4a5a6442ec 1.0.76. 2017-04-24 15:03:11 -07:00
Cedric Beust
93f5c541f4 Support for multiple application{} directives.
Fixes https://github.com/cbeust/kobalt/issues/430.
2017-04-24 14:58:54 -07:00
Cedric Beust
65f423ffea 1.0.75. 2017-04-24 11:39:43 -07:00
Cedric Beust
ae6d1d51e1 Refactor. 2017-04-24 11:35:09 -07:00
Cedric Beust
cccff9e7b0 Refactor. 2017-04-24 11:34:54 -07:00
Cedric Beust
bb2e09f680 Kill the Kobalt server after 10 minutes of inactivity. 2017-04-24 09:56:53 -07:00
Cedric Beust
fd80166186 Warn if tools.jar can’t be found. 2017-04-24 09:53:37 -07:00
Cedric Beust
7e86b5ae86 Delete server file on exit. 2017-04-24 09:49:12 -07:00
Cedric Beust
0f658cf010 1.0.74. 2017-04-22 21:34:15 -07:00
Cedric Beust
2a545b6638 Merge branch 'master' of github.com:cbeust/kobalt 2017-04-22 13:25:20 -07:00
Cedric Beust
6a08d3caa8 Fix slashes in the zip file. 2017-04-22 13:23:24 -07:00