Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit c619173

Browse files
committed
Do not run all rest tests
1 parent 814019a commit c619173

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// remove this two imports from 7.5.1 onwards
2-
import org.elasticsearch.gradle.testclusters.TestClustersRegistry
3-
import org.elasticsearch.gradle.testclusters.TestClustersPlugin
41
import java.nio.file.Files
52

63
buildscript {
@@ -26,6 +23,13 @@ apply plugin: 'java'
2623
apply plugin: 'idea'
2724
apply plugin: 'elasticsearch.esplugin'
2825

26+
// remove this in 7.6.2
27+
restResources {
28+
restApi {
29+
includeCore '*'
30+
}
31+
}
32+
2933
// license of this project
3034
licenseFile = rootProject.file('LICENSE.txt')
3135
// copyright notices

0 commit comments

Comments
 (0)