Skip to content

Commit

Permalink
remove proto
Browse files Browse the repository at this point in the history
  • Loading branch information
rikaaa0928 committed Oct 17, 2024
1 parent 404a9d5 commit 2953fc8
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,44 +65,6 @@ dependencies {
androidTestImplementation(libs.androidx.espresso.core)
}

protobuf {
protoc {
artifact = libs.protoc.asProvider().get().toString()
}
plugins {
create("java") {
artifact = libs.protoc.gen.grpc.java.get().toString()
}
create("grpc") {
artifact = libs.protoc.gen.grpc.java.get().toString()
}
create("grpckt") {
artifact = libs.protoc.gen.grpc.kotlin.get().toString() + ":jdk8@jar"
}
}
generateProtoTasks {
all().forEach {
it.plugins {
create("java") {
option("lite")
}
create("grpc") {
option("lite")
}
create("grpckt") {
option("lite")
}
}
it.builtins {
create("kotlin") {
option("lite")
}
}
}
}
}


repositories {
rustlsPlatformVerifier()
google()
Expand Down

0 comments on commit 2953fc8

Please sign in to comment.