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

1172 commits

Author SHA1 Message Date
Cedric Beust
79d3d5faa5 0.377. 2016-01-02 14:29:36 -08:00
Cedric Beust
6aa3c16d38 Fix test includes/excludes. 2016-01-02 14:29:19 -08:00
Cedric Beust
77e895d3a0 0.376. 2016-01-02 10:52:15 -08:00
Cedric Beust
08bb03889d Test fix. 2016-01-02 10:44:50 -08:00
Cedric Beust
d139fcf17b Fix test. 2016-01-02 10:43:24 -08:00
Cedric Beust
66ddbb56ba Don't ignore test-outputs any more. 2016-01-02 10:30:01 -08:00
Cedric Beust
b3107f52b5 Make both kotlin and java test compile incremental. 2016-01-02 10:29:49 -08:00
Cedric Beust
e7f844ab7f Make Kotlin compileTest incremental. 2016-01-02 10:10:00 -08:00
Cedric Beust
e451eb8661 Only run the suite once. 2016-01-02 10:04:12 -08:00
Cedric Beust
467da05ab1 Fix the test output for TestNG. 2016-01-02 09:35:10 -08:00
Cedric Beust
00006ac829 0.375. 2016-01-01 10:43:17 -08:00
Cedric Beust
2032cd2724 For a rerun if no files found in the directory being md5'ed. 2016-01-01 10:42:21 -08:00
Cedric Beust
4568f2f659 Unused parameter. 2016-01-01 10:28:39 -08:00
Cedric Beust
26115811f9 0.374. 2016-01-01 10:21:19 -08:00
Cedric Beust
4017cd820f Adjust a few paths. 2016-01-01 10:19:22 -08:00
Cedric Beust
94364cbe07 Better message. 2016-01-01 10:19:11 -08:00
Cedric Beust
ac533fb382 Remove comment. 2016-01-01 09:55:16 -08:00
Cedric Beust
eb2937098d Add includes/excludes to the test{} directives.
Original code from @bmsantos.
2016-01-01 09:55:04 -08:00
Cedric Beust
0a87a7684f 0.372. 2015-12-31 10:23:29 -08:00
Cedric Beust
31d22e3c1c Merge branch 'master' of github.com:cbeust/kobalt
Conflicts:
	kobalt/wrapper/kobalt-wrapper.properties
	src/main/resources/kobalt.properties
2015-12-31 10:21:06 -08:00
Cedric Beust
6e6b97d5ae 0.371. 2015-12-31 10:20:04 -08:00
Cedric Beust
d9ae38eca1 outputChecksum needs to be a closure. 2015-12-31 10:18:39 -08:00
Cedric Beust
22da27326d 0.370. 2015-12-30 05:10:56 +04:00
Cedric Beust
98ca6543e9 Send provided dependencies to the IDEA. 2015-12-30 05:10:48 +04:00
Cedric Beust
15db122504 Rename. 2015-12-29 08:30:41 +04:00
Cedric Beust
701a5d9356 Merge pull request #87 from Levelmoney/feature/jcenter-orgs
Support for bintray Organizations
2015-12-29 01:38:37 +04:00
Aaron Sarazan
6cef3a3308 afaik this should work for bintray orgs 2015-12-28 13:06:02 -08:00
Cedric Beust
7cdb4b1a9c 0.369. 2015-12-28 11:37:43 -08:00
Cedric Beust
51b0049f05 Fix ArrayIndex error. 2015-12-28 11:17:26 -08:00
Cedric Beust
5825fc1f03 0.368. 2015-12-28 21:07:37 +04:00
Cedric Beust
5914242147 Not needed. 2015-12-28 20:56:18 +04:00
Cedric Beust
c16a93e4a2 Fix the repo bug.
Repo contributors were not applied early enough, so resources coming from the Android m2repository could not be resolved.
2015-12-28 20:56:03 +04:00
Cedric Beust
5dc1953ea8 Remove dokka from KotlinPlugin. 2015-12-28 05:22:19 +04:00
Cedric Beust
ec398e0c8a Syntax updates for 0.4584. 2015-12-28 01:50:51 +04:00
Cedric Beust
8d54f2a843 Add the JetBrains repo. 2015-12-28 01:50:02 +04:00
Cedric Beust
4338c3d29d Merge pull request #84 from cypressious/kotlin-beta4
update to kotlin beta 4
2015-12-27 23:05:06 +04:00
Kirill Rakhman
7c0dd710ea update to kotlin beta 4 2015-12-27 20:02:18 +01:00
Cedric Beust
e8f271fddf 0.366. 2015-12-26 10:25:04 +04:00
Cedric Beust
ddbe2e376e JUnit: eliminate classes with no @Test annotations.
Otherwise, JUnit 4 throws :-(
2015-12-26 10:24:47 +04:00
Cedric Beust
f34a220ff4 Simplify. 2015-12-26 10:23:56 +04:00
Cedric Beust
9bb42f0d04 0.365. 2015-12-26 00:55:06 +04:00
Cedric Beust
56f59fc858 Only run the interceptors if there are any.
Otherwise, we always clear the interceptors.
2015-12-26 00:28:50 +04:00
Cedric Beust
648ccc14b9 Move the tests to the correct project. 2015-12-26 00:28:50 +04:00
Cedric Beust
643c85f1a4 Remove the Android plug-in from the core.
It's now in its own project.
2015-12-26 00:28:50 +04:00
Cedric Beust
05d4571a9a Better message. 2015-12-26 00:28:50 +04:00
Cedric Beust
c428febd41 Don't run the tests if no test classes were found. 2015-12-26 00:28:50 +04:00
Cedric Beust
9ec8be4adc Merge branch 'master' of github.com:cbeust/kobalt 2015-12-25 07:20:22 -08:00
Cedric Beust
eacbe90d73 0.363. 2015-12-25 19:11:47 +04:00
Cedric Beust
bcc6af5f37 Fail the build if "assemble" fails. 2015-12-25 19:06:55 +04:00
Cedric Beust
a187061af9 Merge branch 'master' of github.com:cbeust/kobalt 2015-12-24 17:46:41 -08:00