Skip to content

Commit

Permalink
Remove reference to obsolete gRPC plugin (#2256)
Browse files Browse the repository at this point in the history
Motivation:
There was formerly a Gradle plugin for gRPC that was removed in 0.32
but references to the plugin still exist in the source code.
Modifications:
Remove references to obsolete gRPC Gradle plugin
Result:
Cleaner source code.
  • Loading branch information
bondolo authored Jun 22, 2022
1 parent ad6aa67 commit 397bc76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ sourceSets {
main {
groovy {
srcDir "../servicetalk-gradle-plugin-internal/src/main/groovy"
srcDir "../servicetalk-grpc-gradle-plugin/src/main/groovy"
}
resources {
srcDir "../servicetalk-gradle-plugin-internal/src/main/resources"
srcDir "../servicetalk-grpc-gradle-plugin/src/main/resources"
}
}
}

0 comments on commit 397bc76

Please sign in to comment.