Alpar Torok
e9ef5bdce8
Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task ( #36311 )
...
- Create a separate unitTest task instead of Gradle's built in
- convert all configuration to use the new task
- the built in task is now disabled
2018-12-19 08:25:20 +02:00
Vladimir Dolzhenko
a3e8b831ee
add elasticsearch-shard tool ( #32281 )
...
Relates #31389
2018-09-19 10:28:22 +02:00
Alpar Torok
82d10b484a
Run forbidden api checks with runtimeJavaVersion ( #32947 )
...
Run forbidden APIs checks with runtime hava version
2018-08-22 09:05:22 +03:00
Alpar Torok
38e2e1d553
Detect and prevent configuration that triggers a Gradle bug ( #31912 )
...
* Detect and prevent configuration that triggers a Gradle bug
As we found in #31862 , this can lead to a lot of wasted time as it's not
immediatly obvius what's going on.
Givent how many projects we have it's getting increasingly easier to run
into gradle/gradle#847 .
2018-07-19 06:46:58 +00:00
Jason Tedor
b32cbc1baa
Move cli sub-project out of server to libs ( #31184 )
...
This commit moves the cli sub-project out of server to libs where it
makes more sense.
2018-06-07 16:35:34 -04:00