diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-26 22:34:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-30 11:38:11 +0200 |
commit | e2bdeb3e70dfe0e22bbe94226c3cc1522fc01dd1 (patch) | |
tree | e3de1f5848a80cdc68dab765a3cf707912112273 /compile_protobuf.sh | |
parent | 1ba23e72c35a134731c4b961d3fab67a019b03f0 (diff) | |
download | sonarqube-e2bdeb3e70dfe0e22bbe94226c3cc1522fc01dd1.tar.gz sonarqube-e2bdeb3e70dfe0e22bbe94226c3cc1522fc01dd1.zip |
Draft of protobuf specification of WS api/issues/search
Diffstat (limited to 'compile_protobuf.sh')
-rwxr-xr-x | compile_protobuf.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile_protobuf.sh b/compile_protobuf.sh index 25852269d1e..8624c23061a 100755 --- a/compile_protobuf.sh +++ b/compile_protobuf.sh @@ -20,6 +20,7 @@ function compile_protobuf { compile_protobuf "sonar-batch-protocol" "main" compile_protobuf "sonar-core" "test" compile_protobuf "sonar-db" "main" +compile_protobuf "server/sonar-server" "main" |