Skip to content

Commit

Permalink
re-add protoc management
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Steinke committed Jul 4, 2024
1 parent eeb839c commit 7d03618
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions router-protobuf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ dependencies {
testImplementation("io.mockk:mockk:1.13.11")
testImplementation("org.slf4j:slf4j-simple:2.0.13")
testImplementation("com.jayway.jsonpath:json-path:2.9.0")
}

protobuf {
// Configure the protoc executable
protoc {
// Download from repositories
artifact = "com.google.protobuf:protoc:4.27.2"
}
}

0 comments on commit 7d03618

Please sign in to comment.