Skip to content

Commit

Permalink
Add markdown configuration and artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeters1208 committed Sep 11, 2024
1 parent 153e983 commit 68aba50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/proto-backplane-grpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ configurations {
python {}
go {}
cpp {}
markdown {}
}

dependencies {
Expand Down Expand Up @@ -88,6 +89,9 @@ artifacts {
cpp(layout.buildDirectory.dir('generated/source/proto/main/cpp')) {
builtBy generateProtobuf
}
markdown(layout.buildDirectory.dir('generated/source/proto/main/proto-doc')) {
builtBy generateProtobuf
}
}


Expand Down

0 comments on commit 68aba50

Please sign in to comment.