aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle31
1 files changed, 2 insertions, 29 deletions
diff --git a/build.gradle b/build.gradle
index cb383ac..3acc20c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -69,33 +69,6 @@ protobuf {
}
}
}
- protoc {
- artifact = 'com.google.protobuf:protoc:3.22.0'
- }
- plugins {
- grpc {
- artifact = 'io.grpc:protoc-gen-grpc-java:1.53.0'
- }
- doc {
- artifact = "io.github.pseudomuto:protoc-gen-doc:1.5.1"
- }
- }
- generateProtoTasks {
- processResources() {
- duplicatesStrategy = 'EXCLUDE'
-}
- all().each { task ->
- task.builtins {
- java {}
- cpp {}
- }
- task.plugins{
- // grpc {}
- doc {
- //option 'html, index.html'
- option 'markdown, v2c.md'
- }
- }
- }
- }
+
+
\ No newline at end of file