Skip to content

Commit 42484e3

Browse files
committed
Adding protoc compiler artifact
1 parent d291767 commit 42484e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

opamp-client/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ tasks.withType<JavaCompile>().configureEach {
1919
}
2020
}
2121

22+
protobuf {
23+
protoc {
24+
artifact = "com.google.protobuf:protoc:4.28.2"
25+
}
26+
}
27+
2228
dependencies {
2329
implementation("com.google.protobuf:protobuf-java")
2430
annotationProcessor("com.google.auto.value:auto-value")

0 commit comments

Comments
 (0)