File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
import org.elasticsearch.gradle.transform.UnzipTransform
8
8
import com.google.protobuf.gradle.GenerateProtoTask
9
+
10
+ buildscript {
11
+ repositories {
12
+ maven { url = " https://jitpack.io" }
13
+ }
14
+ dependencies {
15
+ classpath ' com.github.google:protobuf-gradle-plugin:PR786-SNAPSHOT'
16
+ }
17
+ }
18
+
9
19
plugins {
10
20
id ' elasticsearch.internal-es-plugin'
11
21
id ' elasticsearch.internal-yaml-rest-test'
12
22
id ' elasticsearch.internal-java-rest-test'
13
23
id ' elasticsearch.internal-cluster-test'
14
- id(' com.google.1protobuf' ) version ' 0.9.5'
24
+ // We rely on a snapshot including a fix for 9.1 compatibility.
25
+ // See https://github.com/google/protobuf-gradle-plugin/pull/786
26
+ // id('com.google.protobuf') version '0.9.5'
15
27
}
16
28
29
+ apply plugin :" com.google.protobuf"
30
+
17
31
esplugin {
18
32
name = ' x-pack-otel-data'
19
33
description = ' The OTEL plugin defines OTEL data streams and ingest pipelines.'
You can’t perform that action at this time.
0 commit comments