Skip to content

Instantly share code, notes, and snippets.

@DiannaHohensee
Created May 7, 2024 15:59
Show Gist options
  • Save DiannaHohensee/8f3b21735faed09a8ee4fecfefe83b95 to your computer and use it in GitHub Desktop.
Save DiannaHohensee/8f3b21735faed09a8ee4fecfefe83b95 to your computer and use it in GitHub Desktop.
diff --git a/modules/stateless/build.gradle.kts b/modules/stateless/build.gradle.kts
index 775463f2..15c4419f 100644
--- a/modules/stateless/build.gradle.kts
+++ b/modules/stateless/build.gradle.kts
@@ -5,6 +5,7 @@ plugins {
id("elasticsearch.internal-cluster-test")
id("elasticsearch.internal-yaml-rest-test")
id("elasticsearch.internal-test-artifact")
+ id("elasticsearch.internal-java-rest-test")
}
esplugin {
@@ -105,4 +106,8 @@ tasks {
systemProperty("test.s3.region", System.getenv("stateless_aws_s3_region"))
systemProperty("test.s3.base_path", System.getenv("stateless_aws_s3_base_path"))
}
+
+ javaRestTest {
+ usesDefaultDistribution()
+ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment