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 |
|
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
|
f8fbcb912c
|
Remove the random repo number hack.
Fixes https://github.com/cbeust/kobalt/issues/385
|
2017-04-03 09:44:48 -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
|
c54d4c5b2b
|
* fix sources and javadoc resolution. relates to #372
|
2017-04-03 12:50:02 +03: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
|
53924366ba
|
Forgot a change.
|
2017-04-01 06:30:03 -07:00 |
|
Cedric Beust
|
b3ce6db1da
|
Use injection for isDev.
|
2017-04-01 06:22:17 -07:00 |
|
Cedric Beust
|
a749dbf9b6
|
Merge pull request #380 from ethauvin/master
Disable release version check if --dev
|
2017-04-01 06:09:47 -07:00 |
|
|
1610677a94
|
Disable release version check if --dev
|
2017-03-31 23:24:16 -07:00 |
|
Cedric Beust
|
841bc6d4eb
|
Merge pull request #378 from ethauvin/master
Latest version check now defaults to current version.
|
2017-03-31 19:28:10 -07:00 |
|
|
af9289ad7f
|
Latest version check now defaults to current version.
|
2017-03-31 18:27:40 -07:00 |
|
Cedric Beust
|
0c8a7991de
|
Merge pull request #376 from ethauvin/master
Only check latest release version number on GitHub every 10 minutes
|
2017-03-31 18:09:12 -07:00 |
|
|
c342573e55
|
Only check for the latest release version number on GitHub every 10 minutes.
|
2017-03-31 17:11:20 -07:00 |
|
Cedric Beust
|
6409e723cb
|
Merge pull request #375 from ethauvin/master
Added support for --log 0 on --update
|
2017-03-31 15:07:11 -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
|
bfa2fb072e
|
Fix: the sources don’t get downloaded if the jar file is present.
|
2017-03-31 09:19:37 -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
|
b9a3a4f40b
|
* fix sources and javadoc resolution. relates to #372
|
2017-03-31 18:31:20 +03:00 |
|