Skip to content

Commit

Permalink
Apply Devin's configuration suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeters1208 committed Sep 11, 2024
1 parent bff7693 commit 446bcbd
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions proto/proto-backplane-grpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ configurations {
python {}
go {}
cpp {}
html {}
markdown {}
protoDocs {}
}

dependencies {
Expand Down Expand Up @@ -90,16 +89,7 @@ artifacts {
cpp(layout.buildDirectory.dir('generated/source/proto/main/cpp')) {
builtBy generateProtobuf
}
html(layout.buildDirectory.dir('generated/source/proto/main/proto-doc/single-html')) {
builtBy generateProtobuf
}
html(layout.buildDirectory.dir('generated/source/proto/main/proto-doc/multi-html')) {
builtBy generateProtobuf
}
markdown(layout.buildDirectory.dir('generated/source/proto/main/proto-doc/single-md')) {
builtBy generateProtobuf
}
markdown(layout.buildDirectory.dir('generated/source/proto/main/proto-doc/multi-md')) {
protoDocs(layout.buildDirectory.dir('generated/source/proto/main/proto-doc')) {
builtBy generateProtobuf
}
}
Expand Down

0 comments on commit 446bcbd

Please sign in to comment.