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

1116 commits

Author SHA1 Message Date
Cedric Beust
15ca9dc27d Consistent file naming. 2016-02-05 23:15:27 +04:00
Cedric Beust
c27ec46e73 Update to RC. 2016-02-05 22:52:12 +04:00
Cedric Beust
ad2c54b72f Don't add nonexistent Java dir. 2016-02-05 22:08:36 +04:00
Cedric Beust
4a86afc605 Not used. 2016-02-05 22:08:26 +04:00
Cedric Beust
3161d68ba3 Only existing sources. 2016-02-05 21:41:49 +04:00
Cedric Beust
2214677d92 Fix the default directories bug. 2016-02-05 21:38:50 +04:00
Cedric Beust
faf2eeb1d8 Ignore nonexistent directories. 2016-02-05 21:37:59 +04:00
Cedric Beust
1cabff5215 No public. 2016-02-05 21:37:42 +04:00
Cedric Beust
44bc37881e Turning on project{} (and warnings for javaProject/kotlinProject). 2016-02-04 22:38:49 +04:00
Cedric Beust
a118d3680b Introducing project{}. 2016-02-04 22:32:06 +04:00
Cedric Beust
36aeb392ed Newlines. 2016-02-04 22:24:21 +04:00
Cedric Beust
039d2f1bc2 Rename. 2016-02-04 22:24:09 +04:00
Cedric Beust
691e59f0cb IBuildConfigContributor.
Step toward removing javaProject/kotlinProject.
2016-02-04 22:21:47 +04:00
Cedric Beust
ff23b223cc Clean up ProjectInfo. 2016-02-04 21:58:06 +04:00
Cedric Beust
638d16588e No more classes extend JvmCompilerPlugin. 2016-02-04 21:44:51 +04:00
Cedric Beust
02995ce6cb Better toString(). 2016-02-04 21:34:45 +04:00
Cedric Beust
dff35d627a Cleaner. 2016-02-03 21:40:42 +04:00
Cedric Beust
52141a1d98 Fix the bad directory problem. 2016-02-02 17:11:19 -08:00
Cedric Beust
9e53359790 Merge branch 'master' of github.com:cbeust/kobalt 2016-02-02 16:31:07 -08:00
Cedric Beust
b474c2de37 Mixed language projects. 2016-02-02 22:58:53 +04:00
Cedric Beust
93415868b0 Refactoring toward mixed mode. 2016-02-02 21:30:29 +04:00
Cedric Beust
15efe61a74 Use the suffix. 2016-02-02 21:20:05 +04:00
Cedric Beust
d649eb3dd7 Merge branch 'master' of github.com:cbeust/kobalt 2016-02-01 20:54:27 -08:00
Cedric Beust
5027a92087 Reformat. 2016-02-02 02:57:49 +04:00
Cedric Beust
94a7aedd96 Fix test directory output. 2016-02-02 01:46:10 +04:00
Cedric Beust
f4f5e8c05e Comments. 2016-01-31 08:24:50 -08:00
Cedric Beust
dac01c371a NPE in GithubApi. 2016-01-30 23:21:12 +04:00
Cedric Beust
c5bacb6c4f Fix jitpack.io repo. 2016-01-30 01:10:02 +04:00
Cedric Beust
763c1c492a TODO. 2016-01-30 00:45:06 +04:00
Cedric Beust
c90fbb6a41 Fix for #104: if depended-on project changes dependent project's jar should be updated. 2016-01-30 00:43:59 +04:00
Cedric Beust
de593a0b56 Use a valid ISO8601 constant. 2016-01-29 23:23:50 +04:00
Cedric Beust
e441d8bafb Minor fixes to the Daniil's timeout checks. 2016-01-29 22:59:53 +04:00
voddan
18bf0e494a replaced wrapperProperties.versionLastChecked with versio with VersionCheckTimestampFile 2016-01-29 21:34:59 +03:00
voddan
f1b420849d added manager for .kobalt/versionCheckTimestamp.txt 2016-01-29 21:23:04 +03:00
voddan
789918a7ab added versionCheckTimeout to Kobalt
added `kobalt.version.check_timeout` to `kobalt.properties`
Uses ISO-8601 period format
2016-01-29 12:36:48 +03:00
voddan
0fe76cd31d replaced Timestamp with Instant 2016-01-29 12:08:57 +03:00
voddan
934db829dc added kobalt.version.last_checked to kobalt-wrapper.properties 2016-01-29 11:52:52 +03:00
Cedric Beust
965d467ac3 Accept versions with a "v" in them.
Fix #108.
2016-01-29 01:43:38 +04:00
voddan
ae261412f3 fixed the issue with RunCommand output 2016-01-27 08:13:40 +03:00
Cedric Beust
2b9533e011 Clean up Strings. 2016-01-15 02:12:19 +04:00
Cedric Beust
7604cbf06b Polish. 2016-01-15 02:09:15 +04:00
Cedric Beust
60036dcb43 If a dependent project fails, fail the ones that follow. 2016-01-15 01:51:59 +04:00
Cedric Beust
56ab44599e Fix the repo directory. 2016-01-13 19:55:08 -08:00
Cedric Beust
3d6f0e4efb Use ~/kobalt/settings.xml. 2016-01-13 23:25:59 +04:00
Cedric Beust
27d6332ea4 Settings for Kobalt.
~/.kobalt/settings.xml.
2016-01-12 23:40:48 +04:00
Cedric Beust
24bd2c6299 Simplify. 2016-01-12 02:55:38 +04:00
Cedric Beust
0dee89c8be Clear the test configurations before adding new ones. 2016-01-12 02:47:11 +04:00
Cedric Beust
8f62ff7207 Tests not running without a test {}.
Provide a default test config so that projects will run tests even without a test{}.

Fixes https://github.com/cbeust/kobalt/issues/97.
2016-01-12 02:42:08 +04:00
Cedric Beust
92d281e423 Move zip verification to tests. 2016-01-06 16:36:49 -08:00
Cedric Beust
19ad4ae3a2 VerifyKobaltZip. 2016-01-06 16:16:48 -08:00