Skip to content

Commit 0a8cd32

Browse files
committed
Adding opamp-spec as submodule to generate proto bindings
1 parent d278b81 commit 0a8cd32

File tree

5 files changed

+12
-975
lines changed

5 files changed

+12
-975
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "opamp-client/opamp-spec"]
2+
path = opamp-client/opamp-spec
3+
url = [email protected]:open-telemetry/opamp-spec.git

opamp-client/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ java {
1111
targetCompatibility = JavaVersion.VERSION_1_8
1212
}
1313

14+
sourceSets {
15+
main {
16+
proto {
17+
srcDir("opamp-spec/proto")
18+
}
19+
}
20+
}
21+
1422
tasks.withType<JavaCompile>().configureEach {
1523
with(options) {
1624
// Suppressing warnings about the usage of deprecated methods.

opamp-client/opamp-spec

Submodule opamp-spec added at e74e4fc

opamp-client/src/main/proto/anyvalue.proto

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)