Selaa lähdekoodia

ESQL: Update moved `heap-attack` QA suite's build group (#104312)

This updates ESQL's `heap-attack` QA suite's build group.
Bogdan Pintea 1 vuosi sitten
vanhempi
commit
08c9332350
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      test/external-modules/esql-heap-attack/build.gradle

+ 1 - 0
test/external-modules/esql-heap-attack/build.gradle

@@ -11,6 +11,7 @@ apply plugin: 'elasticsearch.internal-java-rest-test'
 // Necessary to use tests in Serverless
 apply plugin: 'elasticsearch.internal-test-artifact'
 
+group = 'org.elasticsearch.plugin'
 
 esplugin {
   description 'A test module that can trigger out of memory'